aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-08-16 19:04:10 +0200
committerutilum <oz@utilum.com>2018-08-16 19:04:57 +0200
commitc5fbfb8c1205baeb2f093f4c94528d4a04f63644 (patch)
tree8858210e145e35282e69534945ecf33fb0256955 /Gemfile.lock
parent9730d313c3b47e85a338de785576d5a3917bfdf8 (diff)
downloadrails-c5fbfb8c1205baeb2f093f4c94528d4a04f63644.tar.gz
rails-c5fbfb8c1205baeb2f093f4c94528d4a04f63644.tar.bz2
rails-c5fbfb8c1205baeb2f093f4c94528d4a04f63644.zip
Update image_processing to the latest version
Version 1.6.0 includes https://github.com/janko-m/image_processing/commit/3a958bc419854703860fae606423bca3667a4127 which saves us a warning: shadowing outer local variable - options. I see it locally, but for some reason not on the CI.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 87d017a8a9..5af1ce00e2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -276,9 +276,9 @@ GEM
httpclient (2.8.3)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
- image_processing (1.2.0)
+ image_processing (1.6.0)
mini_magick (~> 4.0)
- ruby-vips (>= 2.0.10, < 3)
+ ruby-vips (>= 2.0.11, < 3)
io-like (0.3.0)
jaro_winkler (1.5.1)
jaro_winkler (1.5.1-java)
@@ -411,7 +411,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
- ruby-vips (2.0.12)
+ ruby-vips (2.0.13)
ffi (~> 1.9)
ruby_dep (1.5.0)
rubyzip (1.2.1)
@@ -579,4 +579,4 @@ DEPENDENCIES
websocket-client-simple!
BUNDLED WITH
- 1.16.2
+ 1.16.3