aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-31 15:54:17 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-31 15:54:17 -0500
commit9e502959c0bc5c6ba793e3fee171d16d3ae3904e (patch)
tree3962ce71b614a5c0944d44a2467cee79073e2bec /activestorage
parent17b2137282b5c4eee466df1a0ca80a2d4f59425b (diff)
downloadrails-9e502959c0bc5c6ba793e3fee171d16d3ae3904e.tar.gz
rails-9e502959c0bc5c6ba793e3fee171d16d3ae3904e.tar.bz2
rails-9e502959c0bc5c6ba793e3fee171d16d3ae3904e.zip
No longer used
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/Gemfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/activestorage/Gemfile b/activestorage/Gemfile
deleted file mode 100644
index b8b6e80176..0000000000
--- a/activestorage/Gemfile
+++ /dev/null
@@ -1,23 +0,0 @@
-source "https://rubygems.org"
-
-git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }
-
-gemspec
-
-gem "rails", github: "rails/rails"
-
-gem "rake"
-gem "byebug"
-
-gem "sqlite3"
-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"
-
-gem "rubocop", require: false