Skip to content

Commit

Permalink
Reduce the number of gems for AWS SDK usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Oct 25, 2019
1 parent 8b0b1bc commit 0d7fd06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ gem "activerecord-virtual_attributes", "~>1.4.0"
gem "activerecord-session_store", "~>1.1"
gem "acts_as_tree", "~>2.7" # acts_as_tree needs to be required so that it loads before ancestry
gem "ancestry", "~>3.0.7", :require => false
gem "aws-sdk-ec2", "~>1.0", :require => false # For FileDepotS3
gem "aws-sdk-s3", "~>1.0", :require => false # For FileDepotS3
gem "bcrypt", "~> 3.1.10", :require => false
gem "bundler", ">=1.15", :require => false
gem "byebug", :require => false
Expand Down

0 comments on commit 0d7fd06

Please sign in to comment.