Skip to content

Commit d9c53af

Browse files
Bump image_processing from 1.14.0 to 2.0.2
Bumps [image_processing](https://github.com/janko/image_processing) from 1.14.0 to 2.0.2. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](janko/image_processing@v1.14.0...v2.0.2) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33abc61 commit d9c53af

2 files changed

Lines changed: 3 additions & 17 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gem "solid_cable"
3232
gem "bootsnap", require: false
3333

3434
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
35-
gem "image_processing", "~> 1.2"
35+
gem "image_processing", "~> 2.0"
3636

3737
# Ruby SDK for the Paystack API [https://github.com/PaystackOSS/paystack-ruby]
3838
gem "paystack-ruby", ">= 1.0.1", require: "paystack"

Gemfile.lock

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -114,23 +114,14 @@ GEM
114114
erubi (1.13.1)
115115
et-orbi (1.4.0)
116116
tzinfo
117-
ffi (1.17.4-aarch64-linux-gnu)
118-
ffi (1.17.4-aarch64-linux-musl)
119-
ffi (1.17.4-arm-linux-gnu)
120-
ffi (1.17.4-arm-linux-musl)
121-
ffi (1.17.4-arm64-darwin)
122-
ffi (1.17.4-x86_64-linux-gnu)
123-
ffi (1.17.4-x86_64-linux-musl)
124117
fugit (1.12.3)
125118
et-orbi (~> 1.4)
126119
raabro (~> 1.4)
127120
globalid (1.4.0)
128121
activesupport (>= 6.1)
129122
i18n (1.15.2)
130123
concurrent-ruby (~> 1.0)
131-
image_processing (1.14.0)
132-
mini_magick (>= 4.9.5, < 6)
133-
ruby-vips (>= 2.0.17, < 3)
124+
image_processing (2.0.2)
134125
importmap-rails (2.2.3)
135126
actionpack (>= 6.0.0)
136127
activesupport (>= 6.0.0)
@@ -159,8 +150,6 @@ GEM
159150
net-smtp
160151
marcel (1.2.1)
161152
matrix (0.4.3)
162-
mini_magick (5.3.1)
163-
logger
164153
mini_mime (1.1.5)
165154
minitest (5.27.0)
166155
msgpack (1.8.3)
@@ -288,9 +277,6 @@ GEM
288277
rubocop-performance (>= 1.24)
289278
rubocop-rails (>= 2.30)
290279
ruby-progressbar (1.13.0)
291-
ruby-vips (2.3.0)
292-
ffi (~> 1.12)
293-
logger
294280
rubyzip (3.4.1)
295281
securerandom (0.4.1)
296282
selenium-webdriver (4.45.0)
@@ -368,7 +354,7 @@ DEPENDENCIES
368354
capybara
369355
debug
370356
dotenv-rails
371-
image_processing (~> 1.2)
357+
image_processing (~> 2.0)
372358
importmap-rails
373359
jbuilder
374360
minitest (~> 5.27)

0 commit comments

Comments
 (0)