heartcombo--devise/gemfiles/Gemfile-rails-6-0

27 lines
527 B
Plaintext
Raw Normal View History

2018-02-22 13:05:19 +00:00
source "https://rubygems.org"
gemspec path: ".."
gem "rails", '~> 6.0.0', github: 'rails/rails', branch: '6-0-stable'
gem "omniauth"
2018-02-22 13:05:19 +00:00
gem "omniauth-oauth2"
gem "rdoc"
gem "rails-controller-testing", github: "rails/rails-controller-testing"
2018-02-22 13:05:19 +00:00
2019-08-19 14:35:55 +00:00
gem "responders", "~> 3.0"
2018-02-22 13:05:19 +00:00
group :test do
gem "nokogiri", "< 1.13"
2018-02-22 13:05:19 +00:00
gem "omniauth-facebook"
gem "omniauth-openid"
gem "rexml"
gem "timecop"
2018-02-22 13:05:19 +00:00
gem "webrat", "0.7.3", require: false
gem "mocha", "~> 1.1", require: false
end
platforms :ruby do
gem "sqlite3", "~> 1.4"
2018-02-22 13:05:19 +00:00
end