Skip to content

Commit 4b9a782

Browse files
committed
Pin rspec-rails to 4-0-maintenance
1 parent c465fa2 commit 4b9a782

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"
12+
clone_repo "rspec-rails" "4-0-maintenance"
1313

1414
if rspec_support_compatible; then
1515
clone_repo "rspec-support"

0 commit comments

Comments
 (0)