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

Avoid problem that rails doesn't get ruby version correctly

Ref https://github.com/rails/rails/issues/32455
This commit is contained in:
syguer 2019-01-28 19:59:56 +09:00
parent 641a74c62b
commit 7a7ad1cb16

View file

@ -5,6 +5,6 @@ source "https://rubygems.org"
gem "rubysl", "~> 2.0", :platforms => :rbx
gem "minitest", :platforms => :rbx
gem "html2haml"
gem "rails", "5.1"
gem "rails", "~> 5.1.5"
gemspec :path => "../"