Skip to content

Commit 6a05b34

Browse files
committed
Reset next specs
1 parent abf95a1 commit 6a05b34

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
/CHANGELOG.md merge=union
44

5-
/spec/truffleruby.next-specs merge=union
6-
75
# Rules for GitHub's Linguist language-classification system. We're abusing the
86
# 'vendored' attribute to exclude files as a lot of this isn't really vendored,
97
# and a whole lot of actually vendored code isn't listed! What we want to do is

doc/contributor/updating-ruby.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Update all of these:
162162

163163
For a new major version:
164164
* Update `TargetRubyVersion` in `.rubocop.yml`
165-
* Update the list of `:next` specs.
165+
* Update `spec/truffleruby.next-specs` and remove `/spec/truffleruby.next-specs merge=union` in `.gitattributes`
166166
* Update the docs for next version specs in [workflow.md](workflow.md).
167167
* Update the versions in the `ruby/spec on CRuby` job of `.github/workflows/ci.yml`.
168168

0 commit comments

Comments
 (0)