test/environments/rails40/Gemfile in newrelic_rpm-3.9.6.257 vs test/environments/rails40/Gemfile in newrelic_rpm-3.9.7.266

- old
+ new

@@ -1,10 +1,10 @@ source 'https://rubygems.org' gem 'rake' -gem 'rails', '~>4.0.10' +gem 'rails', '~>4.0.11' # Do not automatically require minitest, since this will break with rbx-2.2.5. # rbx-2.2.5 helpfully bundles minitest-5.3.0. # Our tests don't work with minitest-5.3.0. # minitest-4.7.5 is the version we want to use here, but if you just do @@ -38,5 +38,6 @@ end gem "newrelic_rpm", :path => "../../.." gem 'pry', '~> 0.9.12' +gem 'hometown', '~> 0.2.5'