Skip to content

Commit c899397

Browse files
authored
Merge pull request #1103 from rubycentral/dependabot/bundler/image_processing-2.0.0
Bump image_processing from 1.14.0 to 2.0.0
2 parents 3786a55 + c9d30d3 commit c899397

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gem 'nokogiri'
4141
gem 'pundit'
4242
gem 'redcarpet', '~> 3.6'
4343
gem 'simple_form'
44-
gem 'image_processing', '~> 1.14'
44+
gem 'image_processing', '~> 2.0'
4545

4646
gem 'diffy'
4747
gem 'paper_trail'

Gemfile.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ GEM
112112
aws-eventstream (~> 1, >= 1.0.2)
113113
base64 (0.3.0)
114114
bcrypt (3.1.22)
115-
benchmark (0.5.0)
116115
bigdecimal (4.1.2)
117116
bootsnap (1.24.4)
118117
msgpack (~> 1.2)
@@ -206,9 +205,7 @@ GEM
206205
ostruct
207206
i18n (1.14.8)
208207
concurrent-ruby (~> 1.0)
209-
image_processing (1.14.0)
210-
mini_magick (>= 4.9.5, < 6)
211-
ruby-vips (>= 2.0.17, < 3)
208+
image_processing (2.0.0)
212209
io-console (0.8.2)
213210
irb (1.17.0)
214211
pp (>= 0.6.0)
@@ -237,9 +234,6 @@ GEM
237234
net-smtp
238235
marcel (1.1.0)
239236
matrix (0.4.3)
240-
mini_magick (5.1.2)
241-
benchmark
242-
logger
243237
mini_mime (1.1.5)
244238
mini_portile2 (2.8.9)
245239
minitest (6.0.5)
@@ -399,9 +393,6 @@ GEM
399393
rspec-mocks (>= 3.13.0, < 5.0.0)
400394
rspec-support (>= 3.13.0, < 5.0.0)
401395
rspec-support (3.13.7)
402-
ruby-vips (2.2.3)
403-
ffi (~> 1.12)
404-
logger
405396
ruby2_keywords (0.0.5)
406397
ruby_http_client (3.5.5)
407398
rubyzip (3.3.0)
@@ -481,7 +472,7 @@ DEPENDENCIES
481472
groupdate
482473
haml-rails
483474
honeybadger (~> 6.6)
484-
image_processing (~> 1.14)
475+
image_processing (~> 2.0)
485476
jsbundling-rails
486477
launchy
487478
matrix

0 commit comments

Comments
 (0)