Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.6
3.4.9
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.4.6
nodejs 24.14.1
ruby 3.4.9
nodejs 24.16.0
yarn 1.22.22
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## master

- Bump dependencies (rack 3.1.19 → 3.2.6, rake, rspec-\*, timecop, simplecov-html, diff-lcs)
- Bump Ruby to 3.4.9 (zlib CVE-2026-27820)
- Bump Node.js to 24.16.0 in `.tool-versions`

## 9.0.0

**BREAKING CHANGES:**
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
debug (1.11.1)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
diff-lcs (1.6.2)
docile (1.4.1)
erb (6.0.4)
hashdiff (1.2.1)
Expand All @@ -45,9 +45,9 @@ GEM
stringio
public_suffix (7.0.5)
racc (1.8.1)
rack (3.1.19)
rack (3.2.6)
rainbow (3.1.1)
rake (13.2.1)
rake (13.4.2)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
Expand All @@ -56,19 +56,19 @@ GEM
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rspec (3.13.0)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.4)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
rspec-mocks (3.13.8)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rspec-support (3.13.7)
rubocop (1.86.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
Expand Down Expand Up @@ -98,10 +98,10 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov-html (0.13.2)
simplecov_json_formatter (0.1.4)
stringio (3.2.0)
timecop (0.9.10)
timecop (0.9.11)
tsort (0.2.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
Expand Down
Loading