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

Commit e8e963e

Browse files
committed
Trick rspec-rails' sub-builds into using 4.0.0.pre
============= Starting rspec-rails specs =============== Running specs for rspec-rails ~/work/rspec-mocks/rspec-rails ~/work/rspec-mocks/rspec-mocks Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from https://rubygems.org/. Resolving dependencies... 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-mocks/rspec-core`
1 parent 69f04f6 commit e8e963e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
pull_request:
1212
branches:
1313
- '*'
14+
env:
15+
RSPEC_CI: true
1416
jobs:
1517
test:
1618
name: Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)