Codebase list ruby-omniauth-facebook / 7ec1661 Gemfile
7ec1661

Tree @7ec1661 (Download .tar.gz)

Gemfile @7ec1661raw · 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