Sha256: d00b904496d624129f221b67a5d0811ec3736492a6669612baf63179f40d4321

Contents?: true

Size: 685 Bytes

Versions: 2

Compression:

Stored size: 685 Bytes

Contents

source 'https://rubygems.org'

if RUBY_VERSION < '1.9.3' # Rails 3.2.22.1 is incompatible with MRI 1.8.7 / ree
  gem 'rails', '3.2.22'
else
  gem 'rails', '~>3.2.20'
end

gem 'i18n', '0.6.11'

gem 'rake', '~>10.1.1'
gem 'minitest', '~>4.7.5'
gem 'mocha', :require => false
gem 'rack'
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

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-3.15.0.314 test/environments/rails32/Gemfile
newrelic_rpm-3.14.3.313 test/environments/rails32/Gemfile