Skip to content

Commit

Permalink
Bring activestorage dependencies into the general Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jul 31, 2017
1 parent 253757d commit 16d0024
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 233 deletions.
13 changes: 13 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,19 @@ group :cable do
gem "sprockets-export", require: false
end

group :storage do
gem "httparty"

gem "aws-sdk", "~> 2", require: false
gem "google-cloud-storage", "~> 1.3", require: false

# Contains fix to be able to test using StringIO
gem 'azure-core', git: "https://github.com/dixpac/azure-ruby-asm-core.git"
gem 'azure-storage', require: false

gem "mini_magick"
end

# Add your own local bundler stuff.
local_gemfile = File.expand_path(".Gemfile", __dir__)
instance_eval File.read local_gemfile if File.exist? local_gemfile
Expand Down
233 changes: 0 additions & 233 deletions activestorage/Gemfile.lock

This file was deleted.

1 change: 1 addition & 0 deletions rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "actionmailer", version
s.add_dependency "activejob", version
s.add_dependency "actioncable", version
s.add_dependency "activestorage", version
s.add_dependency "railties", version

s.add_dependency "bundler", ">= 1.3.0"
Expand Down

0 comments on commit 16d0024

Please sign in to comment.