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:
parent
641a74c62b
commit
7a7ad1cb16
1 changed files with 1 additions and 1 deletions
|
@ -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 => "../"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue