Sha256: 3a4e45f70a539044cce2f77dea3f0ae28ccbf7a7db77ce5e6a0e3b6d338658b5

Contents?: true

Size: 621 Bytes

Versions: 5

Compression:

Stored size: 621 Bytes

Contents

source 'https://rubygems.org'

gem "rails", "~>2.2.3"

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

gem 'rack', '< 2.0.0'
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"
end

gem 'pry', '~> 0.9.12'
gem 'hometown', '~> 0.2.5'

if RUBY_VERSION < '1.9'
  gem 'git', '< 1.3' # git 1.3.0 requires Ruby version >= 1.9
  gem 'json_pure', '< 2.0'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
newrelic_rpm-3.17.1.326 test/environments/rails22/Gemfile
newrelic_rpm-3.17.0.325 test/environments/rails22/Gemfile
newrelic_rpm-3.16.3.323 test/environments/rails22/Gemfile
newrelic_rpm-3.16.2.321 test/environments/rails22/Gemfile
newrelic_rpm-3.16.1.320 test/environments/rails22/Gemfile