Sha256: e5acab72c8aaa6def3354d70925eaa405fb1129034fb4cd164ba01caffda8cbc
Contents?: true
Size: 593 Bytes
Versions: 3
Compression:
Stored size: 593 Bytes
Contents
if RUBY_VERSION >= '1.9.3' gemfile <<-RB gem 'rails', '~>4.0.2' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 RB end gemfile <<-RB gem 'rails', '~>3.2.16' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 gem 'minitest_tu_shim', :require => false RB gemfile <<-RB gem 'rails', '~>3.1.12' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 gem 'minitest_tu_shim', :require => false RB gemfile <<-RB gem 'rails', '~>3.0.20' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 gem 'minitest_tu_shim', :require => false RB
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-3.7.2.195 | test/multiverse/suites/rails/Envfile |
newrelic_rpm-3.7.2.192 | test/multiverse/suites/rails/Envfile |
newrelic_rpm-3.7.2.190.beta | test/multiverse/suites/rails/Envfile |