Skip to content

Commit

Permalink
Gemfile: Simplify away Ruby 2.2 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and simi committed Jan 13, 2021
1 parent 2e1090f commit eda4427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gemspec

gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'
gem 'rack', '>= 2.0'

0 comments on commit eda4427

Please sign in to comment.