Sha256: 3e2146509749910724f9255357080ddd1fb1e505ca8af681a97cf13b19bcad36

Contents?: true

Size: 323 Bytes

Versions: 5

Compression:

Stored size: 323 Bytes

Contents

source 'https://rubygems.org'

gem 'rake'

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

platforms :rbx do
  gem "rubysl"
  gem "rubysl-test-unit"
  gem "json"
  gem "psych"
  gem "racc"  # https://github.com/rubinius/rubinius/issues/2632
end

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
newrelic_rpm-3.7.3.204 test/environments/norails/Gemfile
newrelic_rpm-3.7.3.199 test/environments/norails/Gemfile
newrelic_rpm-3.7.2.195 test/environments/norails/Gemfile
newrelic_rpm-3.7.2.192 test/environments/norails/Gemfile
newrelic_rpm-3.7.2.190.beta test/environments/norails/Gemfile