Sha256: c988c65a98130053d4af4a99ea0c88eb8bdfce0f48bc3f6286da7cd69feb3874
Contents?: true
Size: 390 Bytes
Versions: 60
Compression:
Stored size: 390 Bytes
Contents
source 'https://rubygems.org' NO_RAILS_GEM = true # Load root Gemfile self.instance_eval Bundler.read_file 'Gemfile' gem 'activesupport', git: 'https://github.com/rails/rails' gem 'bunny', ENV['BUNNY_VERSION'] if ENV['BUNNY_VERSION'] group :rails do gem 'rails', '>= 4.2', git: 'https://github.com/rails/rails', require: 'rails' gem 'arel', git: 'https://github.com/rails/arel' end
Version data entries
60 entries across 60 versions & 1 rubygems