mirror of
https://github.com/simi/omniauth-facebook.git
synced 2022-11-09 12:32:45 -05:00
7 lines
155 B
Ruby
7 lines
155 B
Ruby
source :rubygems
|
|
|
|
# https://github.com/mkdynamic/omniauth-facebook/issues/20
|
|
gem 'rack', '~> 1.3.6'
|
|
|
|
gem 'sinatra'
|
|
gem 'omniauth-facebook', :path => '../'
|