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

- We're no longer CIing against rbx since 5.years.ago - rubysl depends on rubysl-irb https://rubygems.org/gems/rubysl-irb/versions/2.1.1 which depends on ruby 2.x, and this prevents running tests on ruby 3 https://github.com/haml/haml-rails/runs/5609888796
6 lines
112 B
Ruby
6 lines
112 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in haml-rails.gemspec
|
|
gemspec
|
|
|
|
gem 'html2haml'
|