diff options
author | Danilo Sousa <code@danilosousa.net> | 2016-02-16 20:53:52 -0200 |
---|---|---|
committer | Danilo Sousa <dsgoncalves@uoldiveo.com> | 2016-02-17 14:54:32 -0200 |
commit | 6495312244ad6c0da124404ee7087d835d883ca1 (patch) | |
tree | 78b42c1ec495b131669f9b8175f85c21e5f16242 | |
parent | 2a997a6e21c3583d8cc0182d736b4fad638df7b7 (diff) |
update version in `Gemfile.lock`
for some reason this was causing my build in travis to fail :(
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8d19651..6be5978 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oxidized (0.11.0) + oxidized (0.12.2) asetus (~> 0.1) net-ssh (~> 3.0, >= 3.0.2) rugged (~> 0.21, >= 0.21.4) |