summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile7
-rw-r--r--Gemfile.lock47
2 files changed, 52 insertions, 2 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 383634a..24ccd9c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -84,7 +84,15 @@ GEM
bindex (0.8.1)
bootsnap (1.18.3)
msgpack (~> 1.2)
+ brakeman (6.2.1)
+ racc
builder (3.2.4)
+ bullet (7.2.0)
+ activesupport (>= 3.0.0)
+ uniform_notifier (~> 1.11)
+ bundler-audit (0.9.2)
+ bundler (>= 1.2.0, < 3)
+ thor (~> 1.0)
capybara (3.40.0)
addressable
matrix
@@ -101,6 +109,12 @@ GEM
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
+ devise (4.9.4)
+ bcrypt (~> 3.0)
+ orm_adapter (~> 0.1)
+ railties (>= 4.1.0)
+ responders
+ warden (~> 1.2.3)
drb (2.2.1)
erubi (1.12.0)
globalid (1.2.1)
@@ -117,6 +131,7 @@ GEM
reline (>= 0.4.2)
json (2.7.1)
language_server-protocol (3.17.0.3)
+ lint_roller (1.1.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
@@ -153,6 +168,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux)
racc (~> 1.4)
+ orm_adapter (0.5.0)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
@@ -213,6 +229,9 @@ GEM
regexp_parser (2.9.0)
reline (0.5.1)
io-console (~> 0.5)
+ responders (3.1.1)
+ actionpack (>= 5.2)
+ railties (>= 5.2)
rexml (3.2.6)
rubocop (1.62.1)
json (~> 2.3)
@@ -233,10 +252,10 @@ GEM
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
- rubocop-rails (2.24.1)
+ rubocop-rails (2.26.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
- rubocop (>= 1.33.0, < 2.0)
+ rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails-omakase (1.0.0)
rubocop
@@ -250,6 +269,21 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
+ standard (1.35.1)
+ language_server-protocol (~> 3.17.0.2)
+ lint_roller (~> 1.0)
+ rubocop (~> 1.62.0)
+ standard-custom (~> 1.0.0)
+ standard-performance (~> 1.3)
+ standard-custom (1.0.2)
+ lint_roller (~> 1.0)
+ rubocop (~> 1.50)
+ standard-performance (1.3.1)
+ lint_roller (~> 1.1)
+ rubocop-performance (~> 1.20.2)
+ standard-rails (1.2.0)
+ lint_roller (~> 1.0)
+ rubocop-rails (~> 2.26.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.0)
@@ -262,6 +296,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
+ uniform_notifier (1.16.0)
+ warden (1.2.9)
+ rack (>= 2.0.9)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
@@ -287,8 +324,12 @@ PLATFORMS
DEPENDENCIES
bcrypt
bootsnap
+ brakeman
+ bullet
+ bundler-audit
capybara
debug
+ devise
importmap-rails
pg
propshaft
@@ -296,6 +337,8 @@ DEPENDENCIES
rails
rubocop-rails-omakase
selenium-webdriver
+ standard
+ standard-rails
stimulus-rails
turbo-rails
web-console