Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'jbuilder', '~> 2.7'
gem 'bcrypt', '~> 3.1.7'

# Use Active Storage variant
gem 'image_processing', '~> 1.2'
gem 'image_processing', '~> 1.12'

gem 'cloudinary'

Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@ GEM
factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0)
railties (>= 4.2.0)
ffi (1.11.2)
ffi (1.15.5)
globalid (0.4.2)
activesupport (>= 4.2.0)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
image_processing (1.9.3)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.13, < 3)
ruby-vips (>= 2.0.17, < 3)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
listen (3.1.5)
Expand All @@ -103,8 +103,10 @@ GEM
mime-types (3.3)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mimemagic (0.3.3)
mini_magick (4.9.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.11.0)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.13.0)
Expand Down Expand Up @@ -156,8 +158,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
ruby-vips (2.0.16)
ffi (~> 1.9)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_dep (1.5.0)
spring (2.1.0)
spring-watcher-listen (2.0.1)
Expand Down Expand Up @@ -191,7 +193,7 @@ DEPENDENCIES
byebug
cloudinary
factory_bot_rails
image_processing (~> 1.2)
image_processing (~> 1.12)
jbuilder (~> 2.7)
listen (>= 3.0.5, < 3.2)
pg
Expand Down