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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 52c4163 commit fc0dd9d
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 @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.12.0'
# gem 'bcrypt', '~> 3.1.7'

# Use Active Storage variant
gem 'image_processing', '~> 1.12.2'
gem 'image_processing', '~> 1.13.0'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '~> 1.18.3', require: false
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ GEM
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
flamegraph (0.9.5)
glob (0.4.0)
globalid (1.2.1)
Expand All @@ -224,7 +224,7 @@ GEM
icalendar (2.10.2)
ice_cube (~> 0.16)
ice_cube (0.17.0)
image_processing (1.12.2)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-console (0.7.2)
Expand Down Expand Up @@ -282,7 +282,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
memory_profiler (1.0.2)
mini_magick (4.11.0)
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.24.1)
minitest-ci (3.4.0)
Expand Down Expand Up @@ -478,8 +478,9 @@ GEM
ruby-saml (1.16.0)
nokogiri (>= 1.13.10)
rexml
ruby-vips (2.1.4)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.23.0)
Expand Down Expand Up @@ -598,7 +599,7 @@ DEPENDENCIES
httparty (~> 0.22.0)
i18n-js (~> 4.2.3)
icalendar (~> 2.10)
image_processing (~> 1.12.2)
image_processing (~> 1.13.0)
jbuilder (~> 2.12.0)
jsbundling-rails (~> 1.3.0)
json_schemer (~> 2.3.0)
Expand Down

0 comments on commit fc0dd9d

Please sign in to comment.