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

6 lines
97 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
2011-10-15 03:36:27 -04:00
gemspec
2011-12-01 16:08:45 -05:00
gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'