Sha256: 5e488702b2cad9dc225e9a8a00a286e7cc4272d7d6bd62f37213ebaa670a85ca
Contents?: true
Size: 367 Bytes
Versions: 16
Compression:
Stored size: 367 Bytes
Contents
source 'https://rubygems.org' # 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 $RAILS = true gem 'rails', '>= 3.2', git: 'https://github.com/rails/rails' gem 'arel', git: 'https://github.com/rails/arel' end
Version data entries
16 entries across 16 versions & 1 rubygems