Sha256: 6e895cb4915e0dd771aebcf8fc4765723026bb57eebf05acb002db5aa2d9d415

Contents?: true

Size: 580 Bytes

Versions: 7

Compression:

Stored size: 580 Bytes

Contents

source 'https://rubygems.org'

gem 'rails', '~>3.2.20'
gem 'i18n', '0.6.11'

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

gem "newrelic_rpm", :path => "../../.."

platforms :jruby do
  gem "activerecord-jdbcmysql-adapter"
  gem "activerecord-jdbcsqlite3-adapter"
  gem "jruby-openssl"
end

platforms :ruby, :rbx do
  gem "mysql", "~>2.9.1"
  gem "sqlite3"
end

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

gem 'rack-cache', '< 1.3' if RUBY_VERSION < '1.9.3' # rack-cache 1.3.0 only supports >= 1.9.3

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
newrelic_rpm-3.18.0.329 test/environments/rails32/Gemfile
newrelic_rpm-3.17.2.327 test/environments/rails32/Gemfile
newrelic_rpm-3.17.1.326 test/environments/rails32/Gemfile
newrelic_rpm-3.17.0.325 test/environments/rails32/Gemfile
newrelic_rpm-3.16.3.323 test/environments/rails32/Gemfile
newrelic_rpm-3.16.2.321 test/environments/rails32/Gemfile
newrelic_rpm-3.16.1.320 test/environments/rails32/Gemfile