Skip to content

Commit 32a37fd

Browse files
add gem 'image_processing', '~> 1.2' for rails 8_0
1 parent c6c8ad4 commit 32a37fd

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

Appraisals

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ appraise 'rails_8_0' do
115115
gem 'thruster'
116116
gem 'readline'
117117

118+
gem 'image_processing', '~> 1.2'
119+
118120
# test dependencies
119121
gem 'rspec-rails', '~> 6.0'
120122
gem 'shoulda-context', '~> 2.0.0'

gemfiles/rails_8_0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ gem "solid_cable"
4040
gem "kamal"
4141
gem "thruster"
4242
gem "readline"
43+
gem "image_processing", "~> 1.2"
4344
gem "rspec-rails", "~> 6.0"
4445
gem "shoulda-context", "~> 2.0.0"
4546
gem "bcrypt", "~> 3.1.7"

gemfiles/rails_8_0.gemfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ GEM
125125
activesupport (>= 6.1)
126126
i18n (1.14.8)
127127
concurrent-ruby (~> 1.0)
128+
image_processing (1.14.0)
129+
mini_magick (>= 4.9.5, < 6)
130+
ruby-vips (>= 2.0.17, < 3)
128131
importmap-rails (2.2.3)
129132
actionpack (>= 6.0.0)
130133
activesupport (>= 6.0.0)
@@ -169,6 +172,8 @@ GEM
169172
marcel (1.1.0)
170173
matrix (0.4.3)
171174
method_source (1.1.0)
175+
mini_magick (5.3.1)
176+
logger
172177
mini_mime (1.1.5)
173178
minitest (6.0.1)
174179
prism (~> 1.5)
@@ -332,6 +337,9 @@ GEM
332337
rubocop-performance (>= 1.24)
333338
rubocop-rails (>= 2.30)
334339
ruby-progressbar (1.13.0)
340+
ruby-vips (2.3.0)
341+
ffi (~> 1.12)
342+
logger
335343
rubyzip (3.2.2)
336344
securerandom (0.4.1)
337345
selenium-webdriver (4.1.0)
@@ -411,6 +419,7 @@ DEPENDENCIES
411419
bundler (~> 2.0)
412420
capybara
413421
fssm
422+
image_processing (~> 1.2)
414423
importmap-rails
415424
jbuilder
416425
kamal

0 commit comments

Comments
 (0)