Sha256: 986df6a1c40ae78602ce4828cf6084a1f08234d977bf5f6df9f5ecfeec36c256

Contents?: true

Size: 749 Bytes

Versions: 9

Compression:

Stored size: 749 Bytes

Contents

source 'https://rubygems.org'

gem 'rake'

gem 'rails', '~>4.1.10'

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

9 entries across 9 versions & 1 rubygems

Version Path
newrelic_rpm-3.14.3.313 test/environments/rails41/Gemfile
newrelic_rpm-3.14.2.312 test/environments/rails41/Gemfile
newrelic_rpm-3.14.1.311 test/environments/rails41/Gemfile
newrelic_rpm-3.14.0.305 test/environments/rails41/Gemfile
newrelic_rpm-3.13.2.302 test/environments/rails41/Gemfile
newrelic_rpm-3.13.1.300 test/environments/rails41/Gemfile
newrelic_rpm-3.13.0.299 test/environments/rails41/Gemfile
newrelic_rpm-3.12.1.298 test/environments/rails41/Gemfile
newrelic_rpm-3.12.0.288 test/environments/rails41/Gemfile