Sha256: d7ce1100fc0b2881acc5e512e88d34e821ec81935854616c5ec58298f6930cfa
Contents?: true
Size: 719 Bytes
Versions: 3
Compression:
Stored size: 719 Bytes
Contents
source 'http://rubygems.org' gem 'rake' gem 'rails', '~>4.0.1' gem 'minitest', '~>4.7.5' gem 'mocha', :require => false gem 'rack' gem 'rack-test' platforms :jruby do gem "activerecord-jdbcmysql-adapter", "~>1.3.0" gem "activerecord-jdbcsqlite3-adapter", "~>1.3.0" gem "jruby-openssl" end platforms :ruby do gem "mysql" gem "sqlite3-ruby" gem "sqlite3" end platforms :rbx do gem "rubysl" gem "json" # 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 gem "newrelic_rpm", :path => "../../.."
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-3.7.2.195 | test/environments/rails40/Gemfile |
newrelic_rpm-3.7.2.192 | test/environments/rails40/Gemfile |
newrelic_rpm-3.7.2.190.beta | test/environments/rails40/Gemfile |