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 @@ -20,7 +20,7 @@ gem 'arctic_admin', '~> 3.1'
gem 'aws-sdk-s3', '~> 1.2'
gem 'bulma-rails'
gem 'devise'
gem 'image_processing', '~> 1.0'
gem 'image_processing', '~> 1.12'
gem 'jbuilder'
gem 'kaminari'
gem 'keynote'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ GEM
fakeredis (0.7.0)
redis (>= 3.2, < 5.0)
fastimage (2.1.5)
ffi (1.10.0)
ffi (1.15.5)
font-awesome-sass (5.12.0)
sassc (>= 1.11)
formtastic (3.1.5)
Expand All @@ -192,9 +192,9 @@ GEM
i18n (1.6.0)
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
image_processing (1.9.0)
mini_magick (>= 4.9.3, < 5)
ruby-vips (>= 2.0.13, < 3)
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
inherited_resources (1.10.0)
actionpack (>= 5.0, < 6.0)
has_scope (~> 0.6)
Expand Down Expand Up @@ -250,8 +250,10 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mimemagic (0.3.3)
mini_magick (4.9.3)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_magick (4.11.0)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
Expand Down Expand Up @@ -375,8 +377,8 @@ GEM
rubocop-performance (1.1.0)
rubocop (>= 0.67.0)
ruby-progressbar (1.10.0)
ruby-vips (2.0.13)
ffi (~> 1.9)
ruby-vips (2.1.4)
ffi (~> 1.12)
ruby_dep (1.5.0)
rubyzip (1.2.2)
sass (3.4.25)
Expand Down Expand Up @@ -483,7 +485,7 @@ DEPENDENCIES
fastimage
font-awesome-sass (~> 5.0)
friendly_id
image_processing (~> 1.0)
image_processing (~> 1.12)
jbuilder
kaminari
keynote
Expand Down