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

Update haml-rails.gemspec

This commit is contained in:
Bilal Budhani 2022-09-23 16:24:38 +05:30 committed by GitHub
parent 3692420854
commit 4d7297f17c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 2.0.0"
s.required_ruby_version = ">= 2.3.0"
s.add_dependency "haml", [">= 4.0.6", "< 6.0"]
s.add_dependency "haml", [">= 4.0.6"]
s.add_dependency "activesupport", [">= 5.1"]
s.add_dependency "actionpack", [">= 5.1"]
s.add_dependency "railties", [">= 5.1"]