Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ GEM
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
optimist (3.1.0)
parallel (1.24.0)
parallel (1.25.1)
parallel_tests (4.4.0)
parallel
parser (3.3.0.2)
parser (3.3.2.0)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand All @@ -318,7 +318,7 @@ GEM
public_suffix (5.0.4)
puma (6.4.1)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (2.2.8)
rack-mini-profiler (3.3.0)
rack (>= 1.2.0)
Expand Down Expand Up @@ -363,10 +363,11 @@ GEM
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.8.3)
regexp_parser (2.9.2)
request_store (1.5.1)
rack (>= 1.4)
rexml (3.2.6)
rexml (3.2.9)
strscan
rinku (2.0.6)
rotp (6.3.0)
rouge (4.2.0)
Expand Down Expand Up @@ -407,26 +408,26 @@ GEM
rspec-core (>= 2.14)
rtlcss (0.2.1)
mini_racer (>= 0.6.3)
rubocop (1.59.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-discourse (3.6.0)
rubocop (>= 1.59.0)
rubocop-rspec (>= 2.25.0)
rubocop-factory_bot (2.25.0)
rubocop (~> 1.33)
rubocop-factory_bot (2.26.0)
rubocop (~> 1.41)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
Expand Down Expand Up @@ -482,6 +483,7 @@ GEM
sqlite3 (1.7.0-x86_64-linux)
sshkey (3.0.0)
stackprof (0.2.25)
strscan (3.1.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
syntax_tree-disable_ternary (1.0.0)
Expand Down
Loading