Sha256: 7d0d6ec165e94fb78b154a26d7fc5d1460ac56c6b2c386930c2e1e70dbf5e8f7
Contents?: true
Size: 453 Bytes
Versions: 17
Compression:
Stored size: 453 Bytes
Contents
omit_collector! gemfile <<-RB # stub file system so we can test that newrelic.yml can be loaded from # various places. gem 'fakefs', '0.5.4', :require => 'fakefs/safe' # 0.5.4 required for 1.8.7 compatibility. # Because we delay the agent, order of jruby-openssl matters gem 'jruby-openssl', '~> 0.9.10', :platforms => [:jruby] # don't start the agent gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../') RB
Version data entries
17 entries across 17 versions & 2 rubygems