Sha256: bd87afd328c5ff56cfb6320d848708c81c0a1c4ffb3cf8ac8405bec649b51ff9
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 Bytes
Contents
source "https://rubygems.org" if ENV['TRAVIS'] platform :mri_21 do gem 'coveralls', require: false end end gem 'rails', '~> 4.0.0' gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7' gemspec :path => '../..'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
haml-5.0.0 | test/gemfiles/Gemfile.rails-4.0.x |
haml-5.0.0.beta.2 | test/gemfiles/Gemfile.rails-4.0.x |