Sha256: 6b0517f9f611b054baceaf0e56c634f671615c0999bfb0a7026cc81ae1877e1e
Contents?: true
Size: 558 Bytes
Versions: 1
Compression:
Stored size: 558 Bytes
Contents
suite_condition("Rails 3+ do not support 1.8.6") do RUBY_VERSION != '1.8.6' end if RUBY_VERSION >= '1.9.3' gemfile <<-RB gem 'rails', '~>4.0.0.rc1' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 RB end omit_mocha! gemfile <<-RB gem 'rails', '~>3.2.0' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 RB gemfile <<-RB gem 'rails', '~>3.1.0' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 RB gemfile <<-RB gem 'rails', '~>3.0.0' gem 'haml', '4.0.2' # Getting load issues with haml 4.0.3 RB
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
newrelic_rpm-3.6.4.122 | test/multiverse/suites/rails/Envfile |