diff --git a/README.md b/README.md index a5dd588d1..d492caecd 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,8 @@ See the [`7-1-maintenance` branch on Github](https://github.com/rspec/rspec-rail end # Or, run against the main branch - # (requires main-branch versions of all related RSpec libraries) group :development, :test do - %w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib| - gem lib, git: "https://github.com/rspec/#{lib}.git", branch: 'main' - end + gem 'rspec-rails', git: 'https://github.com/rspec/rspec-rails' end ```