Sha256: e721ce849badda6770f539781260a8537bf74491b75fe87af9d08f3e43ff3464

Contents?: true

Size: 652 Bytes

Versions: 6

Compression:

Stored size: 652 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"
  gem 'strong_parameters'
end

gem "sqlite3", "~> 1.3.0"
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

6 entries across 6 versions & 1 rubygems

Version Path
activestorage_legacy-0.2.1 Gemfile
activestorage_legacy-0.2.0 Gemfile
activestorage_legacy-0.1.3 Gemfile
activestorage_legacy-0.1.2 Gemfile
activestorage_legacy-0.1.1 Gemfile
activestorage_legacy-0.1.1.alpha Gemfile