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