Sha256: 8bb5c07061340a6be4660901a5e7560a1ecf498a8d32c1481efca76abd724ede
Contents?: true
Size: 614 Bytes
Versions: 1
Compression:
Stored size: 614 Bytes
Contents
source "https://rubygems.org" git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" } gemspec gem "rails", "~> 3.2.22.4" gem "rake" gem "byebug" group :test do gem "simplecov" end gem "sqlite3" gem "httparty" gem "aws-sdk", "~> 2", require: false gem "google-cloud-storage", 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 gem "test-unit", "~> 3.6" gem "minitest", "~> 5.15" gem "test-unit-rails", "~> 1.0"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activestorage_legacy-0.1 | Gemfile |