Skip to content

Commit

Permalink
Bump image_processing from 1.11.0 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.11.0 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.11.0...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 366f50d commit cb028d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.7'

gem 'bootstrap', '~> 4.3.1'
gem 'jquery-rails', '~> 4.4.0'
gem 'image_processing', '~> 1.11.0'
gem 'image_processing', '~> 1.12.2'
gem 'active_storage-send_zip', '~> 0.3.3'
gem 'active_storage_validations', '~> 0.8.9'
gem 'kaminari', '~> 1.2.1'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ GEM
crass (1.0.6)
erubi (1.9.0)
execjs (2.7.0)
ffi (1.12.2)
ffi (1.15.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
image_processing (1.11.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jbuilder (2.10.0)
Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.10.1)
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
Expand Down Expand Up @@ -174,8 +174,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.7.0)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -236,7 +236,7 @@ DEPENDENCIES
bootstrap (~> 4.3.1)
byebug
capybara (>= 2.15)
image_processing (~> 1.11.0)
image_processing (~> 1.12.2)
jbuilder (~> 2.7)
jquery-rails (~> 4.4.0)
kaminari (~> 1.2.1)
Expand Down

0 comments on commit cb028d1

Please sign in to comment.