summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorNicholas Van Doorn <vandoorn.nick@gmail.com>2021-03-08 02:03:10 -0800
committerNicholas Van Doorn <vandoorn.nick@gmail.com>2021-03-08 02:04:41 -0800
commit89f25bc520375f19888227593e273881a0ad3952 (patch)
treebd1f1f40acb2770d644c7eb2deeea4a1fbbd632a /Gemfile
parenta35ec0c0fdd90242995089d8290caecb1b00559d (diff)
Devise part one
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b38137d..293bba7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,6 +28,8 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false
+gem 'devise'
+
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]