From 2e4259d0bdcaa0620283e75d574ff4282f4943bf Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 24 Nov 2025 14:55:44 +0000 Subject: [PATCH] DEV: Update spec in preparation for new core version numbers --- spec/lib/git_repo_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/lib/git_repo_spec.rb b/spec/lib/git_repo_spec.rb index 597ebcd..5e62f90 100644 --- a/spec/lib/git_repo_spec.rb +++ b/spec/lib/git_repo_spec.rb @@ -658,7 +658,7 @@ def add_new_commits(remote_repo, local_repo) @before_local_repo_clone << ->(repo) do repo.commit( filename: ".discourse-compatibility", - commits: [{ content: "<= 1000.0.0: twoPointFiveBranch", date: "2023-03-06T20:31:17Z" }], + commits: [{ content: "<= 9000.0.0: twoPointFiveBranch", date: "2023-03-06T20:31:17Z" }], ) end end