Skip to content

Commit

Permalink
Bump image_processing from 1.12.1 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.12.1 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.12.1...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 8e823dd commit dbf6795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'rack-cors', '~> 1'
gem 'rails', '~> 6.1'
gem 'rails-i18n', '~> 6'
gem 'active_storage_validations', '~> 0.9'
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.12'
gem 'rails_admin', '~> 2.1'
gem 'rails_admin-i18n', '~> 1'
gem 'rails_admin_import', '~> 2'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ GEM
railties (>= 3.0.0)
faker (1.9.6)
i18n (>= 0.7)
ffi (1.15.4)
ffi (1.15.5)
globalid (0.5.2)
activesupport (>= 5.0)
haml (5.2.2)
Expand All @@ -135,7 +135,7 @@ GEM
concurrent-ruby (~> 1.0)
i18n-js (3.9.0)
i18n (>= 0.6.6)
image_processing (1.12.1)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
jquery-rails (4.4.0)
Expand Down Expand Up @@ -297,7 +297,7 @@ GEM
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
ruby-vips (2.1.3)
ruby-vips (2.1.4)
ffi (~> 1.12)
rubyzip (2.3.2)
sass (3.7.4)
Expand Down Expand Up @@ -386,7 +386,7 @@ DEPENDENCIES
faker (~> 1.8)
http_accept_language (~> 2)
i18n-js (~> 3)
image_processing (~> 1.2)
image_processing (~> 1.12)
json-schema (~> 2.8)
leaflet-rails (~> 1)
listen
Expand Down

0 comments on commit dbf6795

Please sign in to comment.