Gemfile: Simplify away Ruby 2.2 workaround

This commit is contained in:
Olle Jonsson 2021-01-13 12:58:07 +01:00 committed by Josef Šimánek
parent 2e1090f8c0
commit eda4427006
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ source 'https://rubygems.org'
gemspec
gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'
gem 'rack', '>= 2.0'