Sha256: 4d00fb382a4f2603547e5e7fafdd67b3a7340ab612f709ca567536c5f0239ad4

Contents?: true

Size: 558 Bytes

Versions: 7

Compression:

Stored size: 558 Bytes

Contents

source 'https://rubygems.org'

gem 'rails', '~>3.1.12'
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 => '../../..'

if (RUBY_PLATFORM == 'java')
  gem "activerecord-jdbcmysql-adapter"
  gem "activerecord-jdbcsqlite3-adapter"
  gem "jruby-openssl"
else
  gem "mysql", "~>2.9.1"
  gem "sqlite3-ruby"
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 & 2 rubygems

Version Path
newrelic_rpm-3.16.0.318 test/environments/rails31/Gemfile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/environments/rails31/Gemfile
newrelic_rpm-3.15.2.317 test/environments/rails31/Gemfile
newrelic_rpm-3.15.1.316 test/environments/rails31/Gemfile
newrelic_rpm-3.15.0.314 test/environments/rails31/Gemfile
newrelic_rpm-3.14.3.313 test/environments/rails31/Gemfile
newrelic_rpm-3.14.2.312 test/environments/rails31/Gemfile