Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit e41fce6

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 69f04f6 commit e41fce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/clone_all_rspec_repos

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

1818
popd

0 commit comments

Comments
 (0)