1
0
Fork 0
mirror of https://github.com/haml/haml-rails.git synced 2022-11-09 12:34:15 -05:00
haml--haml-rails/Gemfile
Akira Matsuda 7c94b39cdb Get rid of rbx specific dependencies
- 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
2022-03-29 10:57:09 +09:00

6 lines
112 B
Ruby

source 'https://rubygems.org'
# Specify your gem's dependencies in haml-rails.gemspec
gemspec
gem 'html2haml'