Sha256: 2e23b4b8d0bdc27802624f6bb82edd0fb51b1c29e2ef8902c8b7e9696f9c21c2

Contents?: true

Size: 545 Bytes

Versions: 6

Compression:

Stored size: 545 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

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

6 entries across 6 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.4.113.beta test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.3.111 test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.3.106 test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.3.105.beta test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.3.104 test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.3.103.beta test/multiverse/suites/rails/Envfile