mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
10 lines
166 B
Text
10 lines
166 B
Text
source "https://rubygems.org"
|
|
|
|
if ENV['TRAVIS']
|
|
platform :mri_21 do
|
|
gem 'coveralls', require: false
|
|
end
|
|
end
|
|
|
|
gem 'rails', '~> 4.0.0'
|
|
gemspec :path => '../..'
|