mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
e1091ce15c
so we need to switch rack versions in our Gemfile, in order for the CI to cover older rubies
9 lines
145 B
Ruby
9 lines
145 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'
|
|
|
|
platforms :rbx do
|
|
gem 'rubysl', '~> 2.0'
|
|
end
|