diff options
author | Saku Ytti <saku@ytti.fi> | 2014-02-26 09:11:55 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-02-26 09:11:55 +0200 |
commit | 5316f643666399ed2309ae239d2fe7b393c9e419 (patch) | |
tree | 271d41cc2e440f1d423c729a20f37a21821f7e30 /Gemfile.lock | |
parent | 6748aba0669da3d897f3647cf668a72e7eb85514 (diff) |
Switch OpenStruct#to_h to #marshal_dump for 1.9
1.9 does not have #to_h, unnecessarily breaks compatibility downwards
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 883b2a5..ce4c8cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oxidized (0.0.23) + oxidized (0.0.25) grit haml net-ssh |