Skip to content
Closed
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
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ GEM
erubi (>= 1.0.0)
rack (>= 0.9.0)
rouge (>= 1.0.0)
bigdecimal (3.1.9)
bigdecimal (3.2.2)
bindex (0.8.1)
binding_of_caller (1.0.1)
debug_inspector (>= 1.2.0)
Expand Down Expand Up @@ -1757,7 +1757,7 @@ GEM
sexp_processor
coderay (1.1.3)
concurrent-ruby (1.3.5)
connection_pool (2.5.2)
connection_pool (2.5.3)
counter_culture (3.10.0)
activerecord (>= 4.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -1785,7 +1785,7 @@ GEM
devise-i18n-views (0.3.7)
diff-lcs (1.6.2)
docile (1.4.1)
drb (2.2.1)
drb (2.2.3)
dry-configurable (1.3.0)
dry-core (~> 1.1)
zeitwerk (~> 2.6)
Expand Down Expand Up @@ -1998,7 +1998,7 @@ GEM
orm_adapter (0.5.0)
ostruct (0.6.1)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pdf-reader (2.14.1)
Expand All @@ -2020,23 +2020,24 @@ GEM
psych (3.3.4)
public_suffix (6.0.1)
racc (1.8.1)
rack (2.2.14)
rack (3.2.0)
rack-contrib (2.5.0)
rack (< 4)
rack-dev-mark (0.8.1)
rack (>= 1.1, < 4.0)
rack-protection (3.2.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-proxy (0.7.7)
rack
rack-session (1.0.2)
rack (< 3)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (1.0.1)
rack (< 3)
webrick
rackup (2.2.1)
rack (>= 3)
rails (8.0.2)
actioncable (= 8.0.2)
actionmailbox (= 8.0.2)
Expand Down Expand Up @@ -2109,7 +2110,7 @@ GEM
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.10.0)
regexp_parser (2.11.2)
reline (0.6.0)
io-console (~> 0.5)
require_all (3.0.0)
Expand Down Expand Up @@ -2161,15 +2162,15 @@ GEM
rubocop-ast (>= 1.45.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.45.1)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-rails (2.31.0)
rubocop-rails (2.33.3)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rspec (3.6.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
Expand Down Expand Up @@ -2236,9 +2237,10 @@ GEM
yard (~> 0.9, >= 0.9.24)
yard-solargraph (~> 0.1)
spring (4.3.0)
sprockets (3.7.2)
sprockets (4.2.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
logger
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -2288,7 +2290,6 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.9.1)
websocket (1.2.11)
websocket-driver (0.7.7)
base64
Expand Down