Skip to content

Commit

Permalink
move from paperclip to kt-paperclip to avoid mimemagic-0.3.3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bkettle committed Sep 27, 2021
1 parent 3020c08 commit 7924f23
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 130 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ ruby '2.6.5'
# in alphabetical order.

gem 'acts-as-taggable-on', '~> 3.4'
gem 'aws-sdk', '~> 2.6'
gem 'barometer'
gem 'bootstrap-datepicker-rails'
gem 'bootstrap-generators', '~> 3.3.1'
Expand Down Expand Up @@ -39,7 +38,8 @@ gem 'message_bus'
gem 'mysql2'
gem 'neat', '~> 1.7.1'
gem 'nokogiri'
gem 'paperclip', '~> 5.2'
# gem 'paperclip', '~> 5.2'
gem 'kt-paperclip', '~> 7.0.0'
gem 'paranoia'
gem 'pg', '~> 0.15'
gem 'puma'
Expand All @@ -60,6 +60,7 @@ gem 'twitter-bootstrap-rails'
gem 'uglifier', '>= 1.3.0'
gem 'weather-icons-rails'
gem 'whenever'
gem 'mimemagic', '~> 0.3.10'

# Following are the rails-assets.org gems
gem 'rails-assets-axios', source: 'https://rails-assets.org'
Expand Down Expand Up @@ -90,3 +91,5 @@ end
group :production do
gem 'rails_12factor'
end

gem "aws-sdk-s3", "~> 1.103"
Loading

0 comments on commit 7924f23

Please sign in to comment.