Skip to content

Commit

Permalink
➕ Ajoute image_processing et vips au projet
Browse files Browse the repository at this point in the history
  • Loading branch information
Guitguitou authored and cprodhomme committed Jan 21, 2025
1 parent a1b315d commit 5e246ea
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildpacks
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
https://github.com/Scalingo/apt-buildpack.git
https://github.com/Scalingo/ffmpeg-buildpack.git
https://github.com/Scalingo/ruby-buildpack.git
https://github.com/Scalingo/ruby-buildpack.git
2 changes: 2 additions & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pour la manipulation d'image
libvips-dev
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ gem 'view_component_storybook'
gem 'web-console', group: :development
gem 'wicked_pdf'
gem 'wkhtmltopdf-binary', '~> 0.12.6.5'
gem 'image_processing'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
8 changes: 8 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ GEM
concurrent-ruby (~> 1.0)
i18n-js (3.9.2)
i18n (>= 0.6.6)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
inherited_resources (1.14.0)
actionpack (>= 6.0)
has_scope (>= 0.6)
Expand Down Expand Up @@ -389,6 +392,7 @@ GEM
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
Expand Down Expand Up @@ -586,6 +590,9 @@ GEM
ruby-ole (1.2.13.1)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
rufus-scheduler (3.9.2)
Expand Down Expand Up @@ -722,6 +729,7 @@ DEPENDENCIES
guard-rspec
guard-rubocop
i18n-js (~> 3.9.0)
image_processing
inline_svg
jbuilder
jquery-rails
Expand Down

0 comments on commit 5e246ea

Please sign in to comment.