test/environments/rails41/Gemfile in newrelic_rpm-3.16.0.318 vs test/environments/rails41/Gemfile in newrelic_rpm-3.16.1.320
- old
+ new
@@ -13,11 +13,11 @@
gem 'mime-types', '< 3'
end
gem 'minitest', '5.2.3'
gem 'mocha', :require => false
-gem 'rack'
+gem 'rack', '< 2.0.0'
gem 'rack-test'
platforms :jruby do
gem "activerecord-jdbcmysql-adapter", "~>1.3.0"
gem "activerecord-jdbcsqlite3-adapter", "~>1.3.0"
@@ -29,10 +29,10 @@
gem "sqlite3"
end
platforms :rbx do
gem "rubysl"
- gem "json"
+ gem "json", '< 2.0.0'
# If we don't skip the require here, test-unit tries to install its at_exit
# hook and run when we run our rake task to create the test DB.
gem "rubysl-test-unit", :require => false
gem "racc" # https://github.com/rubinius/rubinius/issues/2632
end