Skip to content

Bump image_processing from 1.11.0 to 1.12.2 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ gem 'search_object_graphql' # Search Object for graphql-ruby
gem 'rack-cors' # Rack CORS settings
gem 'rails_admin', '~> 2.0.2' # Admin interface
gem 'cancancan' # Defining abilities
gem 'image_processing', '~> 1.2' # Image processing
gem 'image_processing', '~> 1.12' # Image processing
gem 'mini_magick' # Image manipulation with rmagick
gem 'friendly_id', '5.3.0' # Auto generate slugs for resources
gem 'foreman'
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ GEM
railties (>= 5.0.0)
faker (1.9.6)
i18n (>= 0.7)
ffi (1.13.1)
ffi (1.15.5)
foreman (0.87.2)
friendly_id (5.3.0)
activerecord (>= 4.0.0)
@@ -126,7 +126,7 @@ GEM
concurrent-ruby (~> 1.0)
i18n-spec (0.6.0)
iso
image_processing (1.11.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
iso (0.3.0)
@@ -283,8 +283,8 @@ GEM
rubocop-rspec (1.43.2)
rubocop (~> 0.87)
ruby-progressbar (1.10.1)
ruby-vips (2.0.17)
ffi (~> 1.9)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_dep (1.5.0)
sassc (2.4.0)
ffi (~> 1.9)
@@ -353,7 +353,7 @@ DEPENDENCIES
graphql-auth!
graphql-errors
i18n-spec
image_processing (~> 1.2)
image_processing (~> 1.12)
listen (>= 3.0.5, < 3.2)
mini_magick
pg