Codebase list ruby-omniauth-facebook / 1963447 Gemfile
1963447

Tree @1963447 (Download .tar.gz)

Gemfile @1963447raw · 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