Skip to content

Commit

Permalink
added image_processing gem
Browse files Browse the repository at this point in the history
  • Loading branch information
5andu committed Dec 30, 2023
1 parent e5a4858 commit 8db369b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ gem 'stimulus-rails'
gem 'stripe'
gem 'tailwindcss-rails'
gem 'turbo-rails'
gem "image_processing", ">= 1.2"

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ GEM
railties (>= 5.0.0)
faker (3.2.1)
i18n (>= 1.8.11, < 2)
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
groupdate (6.4.0)
Expand All @@ -147,6 +148,9 @@ GEM
multi_xml (>= 0.5.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
importmap-rails (1.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
Expand Down Expand Up @@ -177,6 +181,7 @@ GEM
metamagic (3.1.7)
rails (>= 3.0.0)
methodz (0.1.8)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
msgpack (1.7.2)
Expand Down Expand Up @@ -312,6 +317,8 @@ GEM
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby-vips (2.2.0)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.15.0)
Expand Down Expand Up @@ -366,6 +373,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-21
x86_64-linux

Expand All @@ -381,6 +389,7 @@ DEPENDENCIES
figaro!
groupdate
httparty
image_processing (>= 1.2)
importmap-rails
jbuilder
letter_opener
Expand Down

0 comments on commit 8db369b

Please sign in to comment.