test/environments/norails/Gemfile in newrelic_rpm-3.6.8.168 vs test/environments/norails/Gemfile in newrelic_rpm-3.6.9.171
- old
+ new
@@ -4,8 +4,11 @@
gem "mocha", '~>0.13.0', :require => false
gem 'rack'
gem 'rack-test'
-gem 'sequel', '~> 3.46.0'
+platforms :rbx do
+ gem "rubysl"
+ gem "racc" # https://github.com/rubinius/rubinius/issues/2632
+end
gem "newrelic_rpm", :path => "../../.."