summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 293bba7..c2c35ea 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,9 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false
-gem 'devise'
+gem 'devise', github: 'heartcombo/devise', branch: 'master'
+gem 'omniauth'
+gem 'omniauth-github'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console