diff options
author | David Gay <david@davidgay.org> | 2021-04-21 22:30:32 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-21 22:30:32 -0400 |
commit | 62a3d19900247fe26d46f140a568b6ce5996b0f4 (patch) | |
tree | b292f5472df886b7fbe021f95ad8037e446c98a8 /Gemfile | |
parent | 3deaa18cfc4103f0cf6dd6de479f07d0d2db1abf (diff) |
Devise setup and config
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |