1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00
simi--omniauth-facebook/Gemfile
Lud 2e1090f8c0
addds ruby 3 to CI matrix (#352)
* drop rbx specific gem
* update supported Rubies in Readme
2021-01-13 12:25:28 +01:00

5 lines
97 B
Ruby

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