Sha256: 0924880fa03065a46279e16d02808e17eb312097c86a849c9cfbba8ba88ab1d7

Contents?: true

Size: 351 Bytes

Versions: 8

Compression:

Stored size: 351 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.beta1'
    gem 'haml'
  RB
end

gemfile <<-RB
  gem 'rails', '~>3.2.0'
  gem 'haml'
RB

gemfile <<-RB
  gem 'rails', '~>3.1.0'
  gem 'haml'
RB

gemfile <<-RB
  gem 'rails', '~>3.0.0'
  gem 'haml'
RB

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
newrelic_rpm-3.6.2.96 test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.2.90.beta test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.1.88 test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.1.87 test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.1.86.beta test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.1.85.beta test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.0.83 test/multiverse/suites/rails/Envfile
newrelic_rpm-3.6.0.78 test/multiverse/suites/rails/Envfile