Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: image_processing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d858976 commit a577ec0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gem 'pundit'
gem 'redcarpet', '~> 3.5'
gem 'simple_form'
gem 'tinymce-rails'
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.13'
gem 'react-rails'
gem 'webpacker'

Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ GEM
faraday-net_http (3.0.2)
fastly (4.1.0)
typhoeus (~> 1.0, >= 1.0.1)
ffi (1.15.5)
ffi (1.17.0)
foreman (0.87.2)
formatador (1.1.0)
globalid (1.1.0)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
interception (0.5)
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_magick (4.12.0)
mini_magick (4.13.2)
mini_mime (1.1.2)
mini_portile2 (2.8.8)
minitest (5.25.1)
Expand Down Expand Up @@ -445,8 +445,9 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
ruby-vips (2.1.4)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
ruby_http_client (3.5.5)
ruby_parser (3.19.2)
Expand Down Expand Up @@ -566,7 +567,7 @@ DEPENDENCIES
haml-rails
honeybadger (~> 5.20)
html2haml (~> 2.2)
image_processing (~> 1.2)
image_processing (~> 1.13)
jbuilder
jquery-datatables-rails
jquery-rails
Expand Down

0 comments on commit a577ec0

Please sign in to comment.