Skip to content

Commit dc6c08d

Browse files
Bump image_processing from 1.9.3 to 1.12.2
Bumps [image_processing](https://github.com/janko/image_processing) from 1.9.3 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.9.3...v1.12.2) --- updated-dependencies: - dependency-name: image_processing dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3d4dd8 commit dc6c08d

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '2.7.5'
55

66
gem 'rails', '6.1.4.6'
7-
gem 'image_processing', '1.9.3'
7+
gem 'image_processing', '1.12.2'
88
gem 'mini_magick', '4.9.5'
99
gem 'active_storage_validations', '0.8.9'
1010
gem 'bcrypt', '3.1.13'

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ GEM
129129
minitest (>= 3.0)
130130
i18n (1.10.0)
131131
concurrent-ruby (~> 1.0)
132-
image_processing (1.9.3)
132+
image_processing (1.12.2)
133133
mini_magick (>= 4.9.5, < 5)
134-
ruby-vips (>= 2.0.13, < 3)
134+
ruby-vips (>= 2.0.17, < 3)
135135
jbuilder (2.10.0)
136136
activesupport (>= 5.0.0)
137137
jmespath (1.6.1)
@@ -159,6 +159,8 @@ GEM
159159
nio4r (2.5.8)
160160
nokogiri (1.13.3-x86_64-darwin)
161161
racc (~> 1.4)
162+
nokogiri (1.13.3-x86_64-linux)
163+
racc (~> 1.4)
162164
notiffany (0.1.3)
163165
nenv (~> 0.1)
164166
shellany (~> 0.0)
@@ -271,6 +273,7 @@ GEM
271273

272274
PLATFORMS
273275
x86_64-darwin-19
276+
x86_64-linux
274277

275278
DEPENDENCIES
276279
active_storage_validations (= 0.8.9)
@@ -284,7 +287,7 @@ DEPENDENCIES
284287
faker (= 2.11.0)
285288
guard (= 2.16.2)
286289
guard-minitest (= 2.4.6)
287-
image_processing (= 1.9.3)
290+
image_processing (= 1.12.2)
288291
jbuilder (= 2.10.0)
289292
listen (= 3.4.1)
290293
mini_magick (= 4.9.5)

0 commit comments

Comments
 (0)