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
9 lines
170 B
Text
9 lines
170 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "minitest", :platforms => :rbx
|
|
gem "html2haml"
|
|
gem "rails", "~> 5.2.0"
|
|
|
|
gemspec :path => "../"
|