Sha256: bccfbb8aca0a97c5fa3f4cbe896771758e8952bdf336ba1bf94679cc680317ca

Contents?: true

Size: 510 Bytes

Versions: 3

Compression:

Stored size: 510 Bytes

Contents

# A sample Gemfile
source :gemcutter

gem "rails", "2.1.2"

gem "ci_reporter", "1.6.0"
gem "mocha", "0.9.8"
gem "jeweler", "1.4.0"
gem "gemcutter", "0.5.0"

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

if (RUBY_PLATFORM == 'java')
  gem "activerecord-jdbcmysql-adapter"
  gem "activerecord-jdbcsqlite3-adapter"
  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

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.7.159 test/environments/rails21/Gemfile
newrelic_rpm-3.6.7.159.beta test/environments/rails21/Gemfile
newrelic_rpm-3.6.7.152 test/environments/rails21/Gemfile