summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 542cfd0..958565a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -12,9 +12,16 @@ gem "stimulus-rails"
gem "bcrypt"
gem "bootsnap", require: false
+gem "devise"
+
group :development, :test do
+ gem "brakeman"
+ gem "bullet"
+ gem "bundler-audit"
gem "debug"
gem "rubocop-rails-omakase", require: false
+ gem "standard"
+ gem "standard-rails"
end
group :development do