test/environments/rails40/Gemfile in newrelic_rpm-3.9.5.251 vs test/environments/rails40/Gemfile in newrelic_rpm-3.9.6.257
- old
+ new
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
gem 'rake'
-gem 'rails', '~>4.0.4'
+gem 'rails', '~>4.0.10'
# 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
@@ -23,12 +23,10 @@
gem "jruby-openssl"
end
platforms :ruby do
gem "mysql"
- # Lock at 1.3.8 to work around:
- # https://github.com/sparklemotion/sqlite3-ruby/issues/122
- gem "sqlite3", '1.3.8'
+ gem "sqlite3"
end
platforms :rbx do
gem "rubysl"
gem "json"