Sha256: 3e81db628a5576addc70308116dc97018bdc3bf030a7fd1eaba96a7080864990

Contents?: true

Size: 509 Bytes

Versions: 7

Compression:

Stored size: 509 Bytes

Contents

source 'https://rubygems.org'

gem 'rake', '~>10.1.1'

gem 'minitest', '~>4.7.5'
gem 'mocha', :require => false

if RUBY_VERSION < '2.2.2'
  gem 'rack', '< 2.0.0'
else
  gem 'rack'
end

gem 'rack-test'
gem 'json', '< 2.0.0' if RUBY_VERSION == "1.8.7"

platforms :rbx do
  gem "rubysl"
  gem "rubysl-test-unit"
  gem "json", '< 2.0.0'
  gem "psych"
  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.18.0.329 test/environments/norails/Gemfile
newrelic_rpm-3.17.2.327 test/environments/norails/Gemfile
newrelic_rpm-3.17.1.326 test/environments/norails/Gemfile
newrelic_rpm-3.17.0.325 test/environments/norails/Gemfile
newrelic_rpm-3.16.3.323 test/environments/norails/Gemfile
newrelic_rpm-3.16.2.321 test/environments/norails/Gemfile
newrelic_rpm-3.16.1.320 test/environments/norails/Gemfile