simi / omniauth-facebook

Facebook OAuth2 Strategy for OmniAuth
https://simi.github.io/omniauth-facebook/
1.26k stars 403 forks source link

Gemfile: simplify away a Ruby 2.2.2 detail #353

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago
gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'

We no longer test on such a Ruby. We can simplify this line.

simi commented 3 years ago

:+1: