Skip to content

Commit 0e245ec

Browse files
chore(deps): bump image_processing from 1.14.0 to 2.0.2 (#154)
1 parent cb39cff commit 0e245ec

2 files changed

Lines changed: 11 additions & 18 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gem 'faker', git: 'https://github.com/faker-ruby/faker.git', branch: 'main', req
3737
gem 'groupdate'
3838

3939
# Image uploading and processing
40-
gem 'image_processing', '~> 1.2'
40+
gem 'image_processing', '~> 2.0'
4141

4242
# Handle email catching
4343
gem 'letter_opener_web'

Gemfile.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@ GEM
179179
factory_bot_rails (6.5.1)
180180
factory_bot (~> 6.5)
181181
railties (>= 6.1.0)
182-
ffi (1.17.3-aarch64-linux-gnu)
183-
ffi (1.17.3-aarch64-linux-musl)
184-
ffi (1.17.3-arm-linux-gnu)
185-
ffi (1.17.3-arm-linux-musl)
186-
ffi (1.17.3-arm64-darwin)
187-
ffi (1.17.3-x86_64-darwin)
188-
ffi (1.17.3-x86_64-linux-gnu)
189-
ffi (1.17.3-x86_64-linux-musl)
182+
ffi (1.17.4-aarch64-linux-gnu)
183+
ffi (1.17.4-aarch64-linux-musl)
184+
ffi (1.17.4-arm-linux-gnu)
185+
ffi (1.17.4-arm-linux-musl)
186+
ffi (1.17.4-arm64-darwin)
187+
ffi (1.17.4-x86_64-darwin)
188+
ffi (1.17.4-x86_64-linux-gnu)
189+
ffi (1.17.4-x86_64-linux-musl)
190190
flay (2.14.2)
191191
erubi (~> 1.10)
192192
path_expander (~> 2.0)
@@ -207,9 +207,7 @@ GEM
207207
i18n (1.14.8)
208208
concurrent-ruby (~> 1.0)
209209
ice_nine (0.11.2)
210-
image_processing (1.14.0)
211-
mini_magick (>= 4.9.5, < 6)
212-
ruby-vips (>= 2.0.17, < 3)
210+
image_processing (2.0.2)
213211
importmap-rails (2.2.3)
214212
actionpack (>= 6.0.0)
215213
activesupport (>= 6.0.0)
@@ -251,8 +249,6 @@ GEM
251249
net-pop
252250
net-smtp
253251
marcel (1.1.0)
254-
mini_magick (5.3.1)
255-
logger
256252
mini_mime (1.1.5)
257253
minitest (6.0.6)
258254
drb (~> 2.0)
@@ -453,9 +449,6 @@ GEM
453449
rubocop (~> 1.72, >= 1.72.1)
454450
rubocop-rspec (~> 3.5)
455451
ruby-progressbar (1.13.0)
456-
ruby-vips (2.3.0)
457-
ffi (~> 1.12)
458-
logger
459452
ruby_parser (3.22.0)
460453
racc (~> 1.5)
461454
sexp_processor (~> 4.16)
@@ -561,7 +554,7 @@ DEPENDENCIES
561554
factory_bot_rails
562555
faker!
563556
groupdate
564-
image_processing (~> 1.2)
557+
image_processing (~> 2.0)
565558
letter_opener_web
566559
listen (~> 3.10)
567560
mission_control-jobs (~> 1.1)

0 commit comments

Comments
 (0)