Sha256: 975c6e8caf36e3fccf1f05d35b5e3f5c7460ad1ab8c95f49c97023ae30565fb2
Contents?: true
Size: 351 Bytes
Versions: 16
Compression:
Stored size: 351 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 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