Sha256: b98ddeeb2338aa081ebd51ac3e11873b5cd9dd22063cf9216fc6dce03cbca93a

Contents?: true

Size: 541 Bytes

Versions: 6

Compression:

Stored size: 541 Bytes

Contents

source 'https://rubygems.org'

group :development do
  # require 0.9.2.2.
  # There's problems with the test task in rake 10
  # https://github.com/jimweirich/rake/issues/144
  gem 'rake', '0.9.2.2'
  if RUBY_VERSION > '1.9.0'
    gem 'mocha', '~>0.13.0'
  else
    gem 'mocha', '~>0.12.0'
  end
  gem 'shoulda', '~>3.0.1'
  gem 'sdoc-helpers'
  gem 'rdoc', '>= 2.4.2'
  gem 'rails', '~>3.2.0'
  gem 'sqlite3', :platform => 'mri'
  gem 'activerecord-jdbcsqlite3-adapter', :platform => 'jruby'
  gem 'jruby-openssl', :platform => 'jruby'
end

Version data entries

6 entries across 6 versions & 3 rubygems

Version Path
wd_newrelic_rpm-3.5.8 Gemfile
sundawg_newrelic_rpm-3.5.8.2 Gemfile
sundawg_newrelic_rpm-3.5.8.1 Gemfile
newrelic_rpm-3.6.0.74.beta Gemfile
newrelic_rpm-3.5.8.72 Gemfile
newrelic_rpm-3.5.8.70 Gemfile