Skip to content

Commit d1728f6

Browse files
authored
Merge pull request #68 from substancelab/dependabot/bundler/image_processing-2.0.2
Bump image_processing from 1.14.0 to 2.0.2
2 parents 0595fe9 + d585aa3 commit d1728f6

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
@@ -38,7 +38,7 @@ gem "kamal", require: false
3838
gem "thruster", require: false
3939

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

4343
group :development, :test do
4444
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem

Gemfile.lock

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,6 @@ GEM
126126
tzinfo
127127
faker (3.5.3)
128128
i18n (>= 1.8.11, < 2)
129-
ffi (1.17.2-aarch64-linux-gnu)
130-
ffi (1.17.2-aarch64-linux-musl)
131-
ffi (1.17.2-arm-linux-gnu)
132-
ffi (1.17.2-arm-linux-musl)
133-
ffi (1.17.2-arm64-darwin)
134-
ffi (1.17.2-x86_64-linux-gnu)
135-
ffi (1.17.2-x86_64-linux-musl)
136129
flowbite-components (0.1.4)
137130
view_component (>= 4.0.0)
138131
fugit (1.12.3)
@@ -142,9 +135,7 @@ GEM
142135
activesupport (>= 6.1)
143136
i18n (1.15.2)
144137
concurrent-ruby (~> 1.0)
145-
image_processing (1.14.0)
146-
mini_magick (>= 4.9.5, < 6)
147-
ruby-vips (>= 2.0.17, < 3)
138+
image_processing (2.0.2)
148139
importmap-rails (2.2.3)
149140
actionpack (>= 6.0.0)
150141
activesupport (>= 6.0.0)
@@ -184,8 +175,6 @@ GEM
184175
net-smtp
185176
marcel (1.2.1)
186177
matrix (0.4.3)
187-
mini_magick (5.3.1)
188-
logger
189178
mini_mime (1.1.5)
190179
minitest (6.0.6)
191180
drb (~> 2.0)
@@ -320,9 +309,6 @@ GEM
320309
rubocop-performance (>= 1.24)
321310
rubocop-rails (>= 2.30)
322311
ruby-progressbar (1.13.0)
323-
ruby-vips (2.2.5)
324-
ffi (~> 1.12)
325-
logger
326312
rubyzip (3.4.1)
327313
securerandom (0.4.1)
328314
selenium-webdriver (4.45.0)
@@ -428,7 +414,7 @@ DEPENDENCIES
428414
debug
429415
faker
430416
flowbite-components
431-
image_processing (~> 1.2)
417+
image_processing (~> 2.0)
432418
importmap-rails
433419
jbuilder
434420
kamal

0 commit comments

Comments
 (0)