Sha256: 9b1fbe9576766afd7a8d8e8745874ce35b27d2870a22a530040f5881084ccae4

Contents?: true

Size: 816 Bytes

Versions: 5

Compression:

Stored size: 816 Bytes

Contents

source 'https://rubygems.org'

gem 'rake', '< 11'

gem 'rails', '5.0.0'

gem 'minitest', '5.2.3'
gem 'mocha', '1.1', :require => false
gem 'rack'
gem 'rack-test'

platforms :jruby do
  gem "jruby-openssl"
end

platforms :ruby do
  gem "mysql2"
end

platforms :rbx do
  gem "rubysl"
  gem "json", '< 2.0.0'
  # 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

  # Compilation issues with rubysl-openssl 2.2.1, lock at 2.1.0 for now.
  # https://github.com/rubysl/rubysl-openssl/issues/11
  gem "rubysl-openssl", "2.1.0"
end

gem "newrelic_rpm", :path => "../../.."

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
newrelic_rpm-3.18.1.330 test/environments/rails50/Gemfile
newrelic_rpm-3.18.0.329 test/environments/rails50/Gemfile
newrelic_rpm-3.17.2.327 test/environments/rails50/Gemfile
newrelic_rpm-3.17.1.326 test/environments/rails50/Gemfile
newrelic_rpm-3.17.0.325 test/environments/rails50/Gemfile