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:
parent
33305eaff1
commit
4f32dc3579
1 changed files with 0 additions and 4 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue