From 18ab7d328c74a9e7ff664a3fc71e68e87012ecc1 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sat, 6 Mar 2021 09:34:56 +0000 Subject: [PATCH] Update readme for 4.1.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e609ff9199..65c8178aaf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rspec-rails [![Build Status][]][travis-ci] [![Code Climate][]][code-climate] [![Gem Version][]][gem-version] +# rspec-rails [![Code Climate][]][code-climate] [![Gem Version][]][gem-version] `rspec-rails` brings the [RSpec][] testing framework to [Ruby on Rails][] as a drop-in alternative to its default testing framework, Minitest. @@ -24,8 +24,8 @@ 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](https://github.com/rspec/rspec-rails/tree/4-0-maintenance) if you want or require the latest stable release. +**IMPORTANT** This README / branch refers to the `4.1.x` series of releases. +See the [`main` branch on Github](https://github.com/rspec/rspec-rails/tree/main) for more up to date releases. 1. Add `rspec-rails` to **both** the `:development` and `:test` groups of your app’s `Gemfile`: @@ -33,7 +33,7 @@ See the [`4-0-maintenance` branch on Github](https://github.com/rspec/rspec-rail ```ruby # Run against the latest stable release group :development, :test do - gem 'rspec-rails', '~> 4.0.2' + gem 'rspec-rails', '~> 4.1.0' end # Or, run against the main branch