Codebase list ruby-omniauth-facebook / 1716381 Gemfile
1716381

Tree @1716381 (Download .tar.gz)

Gemfile @1716381raw · history · blame

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

gemspec

gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'

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