Chore: Switch from Carrierwave to ActiveStorage (#393)
This commit is contained in:
7
Gemfile
7
Gemfile
@@ -23,6 +23,9 @@ gem 'valid_email2'
|
||||
gem 'uglifier'
|
||||
|
||||
##-- for active storage --##
|
||||
gem 'aws-sdk-s3', require: false
|
||||
gem 'azure-storage', require: false
|
||||
gem 'google-cloud-storage', require: false
|
||||
gem 'mini_magick'
|
||||
|
||||
##-- gems for database --#
|
||||
@@ -68,9 +71,7 @@ gem 'haikunator'
|
||||
gem 'brakeman'
|
||||
gem 'sentry-raven'
|
||||
|
||||
##-- TODO: move these gems to appropriate groups --##
|
||||
# remove this gem in favor of active storage - github #158
|
||||
gem 'carrierwave-aws'
|
||||
##-- background job processing --##
|
||||
gem 'sidekiq'
|
||||
|
||||
group :development do
|
||||
|
||||
Reference in New Issue
Block a user