Sha256: 5f8bdc9213d92173a9d145c4961fba36c9c9527d147ec7376a601ec34af29d9c

Contents?: true

Size: 495 Bytes

Versions: 7

Compression:

Stored size: 495 Bytes

Contents

source 'https://rubygems.org'

gem "rails", "~> 2.3.18"

gem 'rake', '~>10.1.1'
gem 'minitest', '~>4.7.5'
gem 'mocha', :require => false
gem 'rack', '< 2.0.0'
gem 'rack-test'
gem 'rdoc'

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'
gem 'hometown', '~> 0.2.5'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/environments/rails23/Gemfile
newrelic_rpm-4.0.0.332 test/environments/rails23/Gemfile
newrelic_rpm-3.17.1.326 test/environments/rails23/Gemfile
newrelic_rpm-3.17.0.325 test/environments/rails23/Gemfile
newrelic_rpm-3.16.3.323 test/environments/rails23/Gemfile
newrelic_rpm-3.16.2.321 test/environments/rails23/Gemfile
newrelic_rpm-3.16.1.320 test/environments/rails23/Gemfile