test/environments/rails23/Gemfile in newrelic_rpm-3.6.7.159 vs test/environments/rails23/Gemfile in newrelic_rpm-3.6.8.164
- old
+ new
@@ -9,11 +9,11 @@
gem 'rack-test'
gem "newrelic_rpm", :path => '../../..'
if(RUBY_PLATFORM == 'java')
- gem "activerecord-jdbcmysql-adapter"
- gem "activerecord-jdbcsqlite3-adapter"
+ gem "activerecord-jdbcmysql-adapter", "~>1.2.9"
+ gem "activerecord-jdbcsqlite3-adapter", "~>1.2.9"
gem "jruby-openssl"
else
gem "mysql", RUBY_VERSION == '1.8.6' ? '2.7' : '2.8.1'
gem "sqlite3-ruby", "1.2.5"
end