Sha256: fe63bd629c61b59c07069ae5ab3d143a98bb120c666b5757a669735e05c32109

Contents?: true

Size: 474 Bytes

Versions: 10

Compression:

Stored size: 474 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'
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'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
newrelic_rpm-3.14.1.311 test/environments/rails32/Gemfile
newrelic_rpm-3.14.0.305 test/environments/rails32/Gemfile
newrelic_rpm-3.13.2.302 test/environments/rails32/Gemfile
newrelic_rpm-3.13.1.300 test/environments/rails32/Gemfile
newrelic_rpm-3.13.0.299 test/environments/rails32/Gemfile
newrelic_rpm-3.12.1.298 test/environments/rails32/Gemfile
newrelic_rpm-3.12.0.288 test/environments/rails32/Gemfile
newrelic_rpm-3.11.2.286 test/environments/rails32/Gemfile
newrelic_rpm-3.11.1.284 test/environments/rails32/Gemfile
newrelic_rpm-3.11.0.283 test/environments/rails32/Gemfile