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
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.4
3.4.8
22 changes: 13 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.1.1)
activesupport (8.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
Expand All @@ -22,8 +22,8 @@ GEM
byebug (12.0.0)
coderay (1.1.3)
colorator (1.1.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
csv (3.3.5)
drb (2.2.3)
dry-cli (1.0.0)
Expand All @@ -39,8 +39,9 @@ GEM
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -86,11 +87,11 @@ GEM
mercenary (0.4.0)
method_source (1.1.0)
mini_portile2 (2.8.9)
minitest (5.26.0)
minitest (5.26.2)
nio4r (2.7.4)
nodo (1.8.2)
logger
nokogiri (1.18.10)
nokogiri (1.19.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.27.0)
Expand All @@ -100,9 +101,10 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
prism (1.7.0)
pry (0.15.2)
pry (0.16.0)
coderay (~> 1.1)
method_source (~> 1.0)
reline (>= 0.6.0)
public_suffix (5.0.5)
puma (7.1.0)
nio4r (~> 2.0)
Expand All @@ -119,9 +121,11 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.11.3)
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.2)
rouge (4.6.1)
rubocop (1.82.0)
rouge (4.7.0)
rubocop (1.82.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down
Loading
Loading