Skip to content

Commit c0f038e

Browse files
build(deps): bump image_processing from 1.12.1 to 1.12.2 (#654)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d335ce4 commit c0f038e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem 'skylight', '~> 5.0'
2525
gem 'sidekiq', '~> 6.2.1'
2626
gem 'sidekiq-cron', '~> 1.2.0'
2727
gem 'aws-sdk-s3', '~> 1.94', require: false
28-
gem 'image_processing', '~> 1.2'
28+
gem 'image_processing', '~> 1.12'
2929

3030
# Assets
3131
gem 'jquery-rails', '~> 4.3.5'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ GEM
151151
fabrication (2.22.0)
152152
faker (2.17.0)
153153
i18n (>= 1.6, < 2)
154-
ffi (1.15.0)
154+
ffi (1.15.5)
155155
formtastic (4.0.0)
156156
actionpack (>= 5.2.0)
157157
formtastic_i18n (0.6.0)
@@ -170,7 +170,7 @@ GEM
170170
http_accept_language (2.1.1)
171171
i18n (1.8.10)
172172
concurrent-ruby (~> 1.0)
173-
image_processing (1.12.1)
173+
image_processing (1.12.2)
174174
mini_magick (>= 4.9.5, < 5)
175175
ruby-vips (>= 2.0.17, < 3)
176176
inherited_resources (1.12.0)
@@ -345,7 +345,7 @@ GEM
345345
rack (>= 1.1)
346346
rubocop (>= 0.90.0, < 2.0)
347347
ruby-progressbar (1.11.0)
348-
ruby-vips (2.1.0)
348+
ruby-vips (2.1.4)
349349
ffi (~> 1.12)
350350
ruby2_keywords (0.0.4)
351351
rubyzip (2.3.0)
@@ -443,7 +443,7 @@ DEPENDENCIES
443443
faker (~> 2.15)
444444
has_scope (~> 0.7.2)
445445
http_accept_language (~> 2.1.1)
446-
image_processing (~> 1.2)
446+
image_processing (~> 1.12)
447447
jquery-rails (~> 4.3.5)
448448
json_translate (~> 4.0.0)
449449
kaminari (~> 1.2.1)

0 commit comments

Comments
 (0)