Sha256: 52921398a7d0a1b957c2357a9b00c94604b79491f7f489052acd72b72bdb76cb

Contents?: true

Size: 469 Bytes

Versions: 2

Compression:

Stored size: 469 Bytes

Contents

source 'https://rubygems.org'

gem "test-unit"

gem "rails", "~> 2.3.0"

gem "mocha", "0.9.8"
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", RUBY_VERSION == '1.8.6' ? '2.7' : '2.8.1'
  gem "sqlite3-ruby", "1.2.5"
end

gem 'sequel', '~> 3.46.0' unless RUBY_VERSION == '1.8.6'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.8.168 test/environments/rails23/Gemfile
newrelic_rpm-3.6.8.164 test/environments/rails23/Gemfile