Skip to content

Commit 63fc494

Browse files
Merge pull request #5 from sweetdream-001/dependabot/bundler/image_processing-1.14.0
Bump image_processing from 1.13.0 to 1.14.0
2 parents 21909f2 + fbcdbe7 commit 63fc494

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem "kamal", require: false
3838
gem "thruster", require: false
3939

4040
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
41-
gem "image_processing", "~> 1.2"
41+
gem "image_processing", "~> 1.14"
4242

4343
group :development, :test do
4444
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ GEM
121121
activesupport (>= 6.1)
122122
i18n (1.14.7)
123123
concurrent-ruby (~> 1.0)
124-
image_processing (1.13.0)
125-
mini_magick (>= 4.9.5, < 5)
124+
image_processing (1.14.0)
125+
mini_magick (>= 4.9.5, < 6)
126126
ruby-vips (>= 2.0.17, < 3)
127127
importmap-rails (2.1.0)
128128
actionpack (>= 6.0.0)
@@ -160,7 +160,9 @@ GEM
160160
net-smtp
161161
marcel (1.0.4)
162162
matrix (0.4.2)
163-
mini_magick (4.13.2)
163+
mini_magick (5.1.2)
164+
benchmark
165+
logger
164166
mini_mime (1.1.5)
165167
minitest (5.25.4)
166168
msgpack (1.7.5)
@@ -285,7 +287,7 @@ GEM
285287
rubocop-performance
286288
rubocop-rails
287289
ruby-progressbar (1.13.0)
288-
ruby-vips (2.2.2)
290+
ruby-vips (2.2.3)
289291
ffi (~> 1.12)
290292
logger
291293
rubyzip (2.4.1)
@@ -373,7 +375,7 @@ DEPENDENCIES
373375
brakeman
374376
capybara
375377
debug
376-
image_processing (~> 1.2)
378+
image_processing (~> 1.14)
377379
importmap-rails
378380
jbuilder
379381
kamal

0 commit comments

Comments
 (0)