Sha256: 0e1d6de0b2df3fa5df66d230ef1b8ed7e0993274578fa60e253b050617a81fed

Contents?: true

Size: 479 Bytes

Versions: 5

Compression:

Stored size: 479 Bytes

Contents

source 'https://rubygems.org'

gem "rails", "~>2.1.2"

gem 'rake', '~>10.1.1'
gem 'minitest', '~>4.7.5'
gem "mocha", :require => false
gem "jeweler", "1.4.0"
gem "rdoc"

gem 'rack'
gem 'rack-test'
gem 'newrelic_rpm', :path => "../../.."

if (RUBY_PLATFORM == 'java')
  gem "activerecord-jdbcmysql-adapter", "~>1.2.9"
  gem "activerecord-jdbcsqlite3-adapter", "~>1.2.9"
  gem "jruby-openssl"
else
  gem "mysql", "~>2.9.1"
  gem "sqlite3-ruby", "1.2.5"
end

gem 'pry', '~> 0.9.12'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
newrelic_rpm-3.9.6.257 test/environments/rails21/Gemfile
newrelic_rpm-3.9.5.251 test/environments/rails21/Gemfile
newrelic_rpm-3.9.4.245 test/environments/rails21/Gemfile
newrelic_rpm-3.9.3.241 test/environments/rails21/Gemfile
newrelic_rpm-3.9.2.239 test/environments/rails21/Gemfile