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] committed May 27, 2022
1 parent 0d9cea8 commit 2354606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.7.5'

gem 'rails', '6.1.4.6'
gem 'image_processing', '1.9.3'
gem 'image_processing', '1.12.2'
gem 'mini_magick', '4.9.5'
gem 'active_storage_validations', '0.8.9'
gem 'bcrypt', '3.1.13'
Expand Down
9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ GEM
minitest (>= 3.0)
i18n (1.10.0)
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)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
jmespath (1.6.1)
Expand Down Expand Up @@ -159,6 +159,8 @@ GEM
nio4r (2.5.8)
nokogiri (1.13.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
Expand Down Expand Up @@ -271,6 +273,7 @@ GEM

PLATFORMS
x86_64-darwin-19
x86_64-linux

DEPENDENCIES
active_storage_validations (= 0.8.9)
Expand All @@ -284,7 +287,7 @@ DEPENDENCIES
faker (= 2.11.0)
guard (= 2.16.2)
guard-minitest (= 2.4.6)
image_processing (= 1.9.3)
image_processing (= 1.12.2)
jbuilder (= 2.10.0)
listen (= 3.4.1)
mini_magick (= 4.9.5)
Expand Down

0 comments on commit 2354606

Please sign in to comment.