Sha256: be4a84aa8d8ac59566e0510bd67e62dee3f428e7bc969a7dae018e16aac17bda

Contents?: true

Size: 748 Bytes

Versions: 7

Compression:

Stored size: 748 Bytes

Contents

source 'https://rubygems.org'

gem 'rake'

gem 'rails', '~>4.1.7'

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"
  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 => "../../.."

gem 'pry', '~> 0.9.12'
gem 'hometown', '~> 0.2.5'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic_rpm-3.11.2.286 test/environments/rails41/Gemfile
newrelic_rpm-3.11.1.284 test/environments/rails41/Gemfile
newrelic_rpm-3.11.0.283 test/environments/rails41/Gemfile
newrelic_rpm-3.10.0.279 test/environments/rails41/Gemfile
newrelic_rpm-3.9.9.275 test/environments/rails41/Gemfile
newrelic_rpm-3.9.8.273 test/environments/rails41/Gemfile
newrelic_rpm-3.9.7.266 test/environments/rails41/Gemfile