summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:00:02 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:00:02 -0400
commitc83120c7b30e62119c335211104e0562589f4947 (patch)
treecac16784be8d4a45092bf8fd27ca65984b8963ee /Gemfile
parent198548a8d88406ffda7856d7cff89e986f383d91 (diff)
Install various gems
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