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