Skip to content

Commit 3b099ce

Browse files
rubysamuraiJonRowe
authored andcommitted
Simplify instructions for gems installations from git repository (#2828)
1 parent 62a04e5 commit 3b099ce

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,8 @@ require the latest unstable features.
4646
end
4747

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

0 commit comments

Comments
 (0)