Skip to content

Commit 64ea5dc

Browse files
committed
dep: bump rdoc to v7
1 parent b9029a6 commit 64ea5dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/configure-pages@v5
2828
- uses: ruby/setup-ruby@v1
2929
with:
30-
ruby-version: "3.3"
30+
ruby-version: "4.0"
3131
bundler-cache: true
3232
- run: bundle exec rdoc
3333
- uses: actions/upload-pages-artifact@v4

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :test do
1212
end
1313

1414
group :development do
15-
gem "rdoc", "6.15.1"
15+
gem "rdoc", "7.0.3"
1616

1717
gem "rubocop", "1.59.0", require: false
1818
gem "rubocop-minitest", "0.34.5", require: false

0 commit comments

Comments
 (0)