Skip to content

Commit 5e2a32e

Browse files
authored
Merge pull request #6230 from rubyforgood/dependabot/bundler/image_processing-1.14.0
build(deps): bump image_processing from 1.13.0 to 1.14.0
2 parents 70b2350 + 7ab108e commit 5e2a32e

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem "filterrific" # filtering and sorting of models
2323
gem "friendly_id", "~> 5.5.1" # allows us to use a slug instead of casa case ids in their URLs
2424
gem "groupdate" # Group Data
2525
gem "httparty" # for making HTTP network requests 🥳
26-
gem "image_processing", "~> 1.13" # Set of higher-level helper methods for image processing.
26+
gem "image_processing", "~> 1.14" # Set of higher-level helper methods for image processing.
2727
gem "jbuilder" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
2828
gem "jsbundling-rails"
2929
gem "lograge" # log less so heroku papertrail quits rate limiting our logs

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ GEM
233233
faraday-retry (1.0.3)
234234
faraday_middleware (1.2.1)
235235
faraday (~> 1.0)
236-
ffi (1.17.0)
237-
ffi (1.17.0-arm64-darwin)
238-
ffi (1.17.0-x86_64-darwin)
239-
ffi (1.17.0-x86_64-linux-gnu)
236+
ffi (1.17.1)
237+
ffi (1.17.1-arm64-darwin)
238+
ffi (1.17.1-x86_64-darwin)
239+
ffi (1.17.1-x86_64-linux-gnu)
240240
filterrific (5.2.6)
241241
flipper (1.3.2)
242242
concurrent-ruby (< 2)
@@ -276,8 +276,8 @@ GEM
276276
multi_xml (>= 0.5.2)
277277
i18n (1.14.7)
278278
concurrent-ruby (~> 1.0)
279-
image_processing (1.13.0)
280-
mini_magick (>= 4.9.5, < 5)
279+
image_processing (1.14.0)
280+
mini_magick (>= 4.9.5, < 6)
281281
ruby-vips (>= 2.0.17, < 3)
282282
io-console (0.8.0)
283283
irb (1.15.1)
@@ -302,7 +302,7 @@ GEM
302302
letter_opener (1.10.0)
303303
launchy (>= 2.2, < 4)
304304
lint_roller (1.1.0)
305-
logger (1.6.5)
305+
logger (1.6.6)
306306
lograge (0.14.0)
307307
actionpack (>= 4)
308308
activesupport (>= 4)
@@ -319,7 +319,9 @@ GEM
319319
marcel (1.0.4)
320320
matrix (0.4.2)
321321
method_source (1.1.0)
322-
mini_magick (4.13.2)
322+
mini_magick (5.1.2)
323+
benchmark
324+
logger
323325
mini_mime (1.1.5)
324326
mini_portile2 (2.8.8)
325327
minitest (5.25.4)
@@ -514,7 +516,7 @@ GEM
514516
rubocop (~> 1.61)
515517
rubocop-rspec (~> 3, >= 3.0.1)
516518
ruby-progressbar (1.13.0)
517-
ruby-vips (2.2.2)
519+
ruby-vips (2.2.3)
518520
ffi (~> 1.12)
519521
logger
520522
ruby2_keywords (0.0.5)
@@ -663,7 +665,7 @@ DEPENDENCIES
663665
friendly_id (~> 5.5.1)
664666
groupdate
665667
httparty
666-
image_processing (~> 1.13)
668+
image_processing (~> 1.14)
667669
jbuilder
668670
jsbundling-rails
669671
letter_opener

0 commit comments

Comments
 (0)