Skip to content

Commit 1965116

Browse files
authored
Simplify instructions for gems installations from git repository (#2828)
1 parent 5fad193 commit 1965116

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,8 @@ See the [`7-1-maintenance` branch on Github](https://github.com/rspec/rspec-rail
4545
end
4646

4747
# Or, run against the main branch
48-
# (requires main-branch versions of all related RSpec libraries)
4948
group :development, :test do
50-
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
51-
gem lib, git: "https://github.com/rspec/#{lib}.git", branch: 'main'
52-
end
49+
gem 'rspec-rails', git: 'https://github.com/rspec/rspec-rails'
5350
end
5451
```
5552

0 commit comments

Comments
 (0)