Skip to content

Commit

Permalink
Dont need to re-include activestorage gem
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed May 11, 2024
1 parent 63d00b5 commit 878d3d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ gem "activerecord-import", require: false

gem "httparty", "~> 0.21.0"

gem "activestorage"
gem "country_select", "~> 8.0"

group :development do
Expand Down
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ PLATFORMS

DEPENDENCIES
activerecord-import
activestorage
annotate
aws-sdk-s3
axe-core-cucumber
Expand Down
3 changes: 1 addition & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@
require "active_model/railtie"
require "active_job/railtie"
require "active_record/railtie"
# require "active_storage/engine"
require "active_storage/engine"
require "action_controller/railtie"
require "action_mailer/railtie"
# require "action_mailbox/engine"
# require "action_text/engine"
require "action_view/railtie"
# require "action_cable/engine"
require "active_storage/engine"
# require "sprockets/railtie"
# require "rails/test_unit/railtie"

Expand Down

0 comments on commit 878d3d4

Please sign in to comment.