haml--haml/test/gemfiles/Gemfile.rails-4.0.x

11 lines
166 B
Plaintext

source "https://rubygems.org"
if ENV['TRAVIS']
platform :mri_21 do
gem 'coveralls', require: false
end
end
gem 'rails', '~> 4.0.0'
gemspec :path => '../..'