From 92bdf620387c4a279e64b754300231b6749c0a61 Mon Sep 17 00:00:00 2001 From: hxrxchang Date: Mon, 1 Mar 2021 23:06:48 +0900 Subject: [PATCH] fix(README): remove a warning sentence and change the version to release new version --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a0507bff4..423766bff1 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,13 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x. ## Installation -**IMPORTANT** This README / branch refers to the current development build. -See the `4-0-maintenance` branch on Github if you want or require the latest stable release. - 1. Add `rspec-rails` to **both** the `:development` and `:test` groups of your app’s `Gemfile`: ```ruby # Run against the latest stable release group :development, :test do - gem 'rspec-rails', '~> 4.0.1' + gem 'rspec-rails', '~> 4.1.0' end # Or, run against the main branch