Skip to content

Commit

Permalink
Bump image_processing from 1.9.3 to 1.12.2
Browse files Browse the repository at this point in the history
Bumps [image_processing](https://github.com/janko/image_processing) from 1.9.3 to 1.12.2.
- [Release notes](https://github.com/janko/image_processing/releases)
- [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md)
- [Commits](janko/image_processing@v1.9.3...v1.12.2)

---
updated-dependencies:
- dependency-name: image_processing
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent acec941 commit 2f1f480
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'friendly_id'
gem 'geocoder'
gem 'globalize'
gem 'haml'
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.12'
gem 'inherited_resources'
gem 'mailjet'
gem 'mongoid'
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
erubi (1.10.0)
excon (0.71.0)
ffi (1.11.2)
ffi (1.15.5)
fog-aws (3.5.2)
fog-core (~> 2.1)
fog-json (~> 1.1)
Expand Down Expand Up @@ -137,9 +137,9 @@ GEM
domain_name (~> 0.5)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
image_processing (1.9.3)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.13, < 3)
ruby-vips (>= 2.0.17, < 3)
inherited_resources (1.11.0)
actionpack (>= 5.0, < 6.1)
has_scope (~> 0.6)
Expand Down Expand Up @@ -169,8 +169,10 @@ GEM
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.5)
mini_magick (4.9.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.3)
Expand Down Expand Up @@ -260,8 +262,8 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rollbar (2.22.1)
ruby-vips (2.0.16)
ffi (~> 1.9)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_dep (1.5.0)
simple_form (5.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -326,7 +328,7 @@ DEPENDENCIES
geocoder
globalize
haml
image_processing (~> 1.2)
image_processing (~> 1.12)
inherited_resources
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
Expand Down

0 comments on commit 2f1f480

Please sign in to comment.