mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
26 lines
499 B
Text
26 lines
499 B
Text
source "https://rubygems.org"
|
|
|
|
gemspec path: ".."
|
|
|
|
gem "rails", '~> 5.2.0.rc1'
|
|
gem "omniauth"
|
|
gem "omniauth-oauth2"
|
|
gem "rdoc"
|
|
|
|
gem "activemodel-serializers-xml", github: "rails/activemodel-serializers-xml"
|
|
|
|
gem "rails-controller-testing"
|
|
|
|
gem "responders", "~> 2.1"
|
|
|
|
group :test do
|
|
gem "omniauth-facebook"
|
|
gem "omniauth-openid"
|
|
gem "webrat", "0.7.3", require: false
|
|
gem "mocha", "~> 1.1", require: false
|
|
gem 'test_after_commit', require: false
|
|
end
|
|
|
|
platforms :ruby do
|
|
gem "sqlite3"
|
|
end
|