Skip to content

Commit 5e695ba

Browse files
committed
Trick rspec-rails sub-builds
============= Starting rspec-rails specs =============== Bundler could not find compatible versions for gem "rspec-core": In Gemfile: rspec-core rspec-rails was resolved to 4.1.0.pre, which depends on rspec-core (= 3.11.0.pre) Could not find gem 'rspec-core (= 3.11.0.pre)', which is required by gem 'rspec-rails', in any of the relevant sources: source at `/home/runner/work/rspec-support/rspec-core`
1 parent 93b5e44 commit 5e695ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if is_mri; then
99
clone_repo "rspec-core"
1010
clone_repo "rspec-expectations"
1111
clone_repo "rspec-mocks"
12-
clone_repo "rspec-rails" "main"
12+
clone_repo "rspec-rails" "4-0-dev"
1313
clone_repo "rspec-support"
1414

1515
popd

0 commit comments

Comments
 (0)