From 62a3d19900247fe26d46f140a568b6ce5996b0f4 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 21 Apr 2021 22:30:32 -0400 Subject: Devise setup and config --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 7e5f7bf..c7fd020 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] -- cgit v1.2.3