Codebase list ruby-omniauth-facebook / upstream/4.0.0 Gemfile
upstream/4.0.0

Tree @upstream/4.0.0 (Download .tar.gz)

Gemfile @upstream/4.0.0raw · history · blame

1
2
3
4
5
6
7
source 'https://rubygems.org'

gemspec

platforms :rbx do
  gem 'rubysl', '~> 2.0'
end