Codebase list ruby-omniauth-facebook / a05db23 Gemfile
a05db23

Tree @a05db23 (Download .tar.gz)

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