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

It seems we're not running Ruby 2.2 on CI

This commit is contained in:
Takashi Kokubun 2020-09-30 20:07:17 -07:00
parent 33305eaff1
commit 4f32dc3579
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -8,10 +8,6 @@ end
# Specify your gem's dependencies in hamlit.gemspec
gemspec
if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.2')
gem 'rack', '< 2'
end
gem 'benchmark-ips', '2.3.0'
gem 'maxitest'
gem 'pry'