gemfiles/Gemfile.rails-master in msgr-1.1.0.1.b249 vs gemfiles/Gemfile.rails-master in msgr-1.1.0.1.b263
- old
+ new
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
NO_RAILS_GEM = true
# Load root Gemfile
-self.instance_eval Bundler.read_file 'Gemfile'
+eval_gemfile '../Gemfile'
gem 'activesupport', git: 'https://github.com/rails/rails'
gem 'bunny', ENV['BUNNY_VERSION'] if ENV['BUNNY_VERSION']
group :rails do