Sha256: 9376fd4d5cba7d7f32c9654496f1f09107179ed1e91e20c0844b30d4ce9f3c63

Contents?: true

Size: 824 Bytes

Versions: 4

Compression:

Stored size: 824 Bytes

Contents

source 'https://rubygems.org'

gem 'rake'

gem 'rails', '~>4.1.0'

gem 'minitest', '5.2.3'
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"
  # Lock at 1.3.8 to work around:
  # https://github.com/sparklemotion/sqlite3-ruby/issues/122
  gem "sqlite3", '1.3.8'
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 => "../../.."
gem 'pry', '~> 0.9.12'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.5.251 test/environments/rails41/Gemfile
newrelic_rpm-3.9.4.245 test/environments/rails41/Gemfile
newrelic_rpm-3.9.3.241 test/environments/rails41/Gemfile
newrelic_rpm-3.9.2.239 test/environments/rails41/Gemfile