1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Test against rails 4.1.0

This commit is contained in:
Tee Parham 2014-04-08 13:43:23 -06:00
parent 0c080fdcd1
commit 800095ba1f

View file

@ -1,4 +1,4 @@
source "https://rubygems.org"
gem 'rails', '4.1.0.rc2'
gem 'rails', '~> 4.1.0'
gemspec :path => '../..'