Skip to content

Commit 18ab7d3

Browse files
committed
Update readme for 4.1.0
1 parent 3447608 commit 18ab7d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rspec-rails [![Build Status][]][travis-ci] [![Code Climate][]][code-climate] [![Gem Version][]][gem-version]
1+
# rspec-rails [![Code Climate][]][code-climate] [![Gem Version][]][gem-version]
22

33
`rspec-rails` brings the [RSpec][] testing framework to [Ruby on Rails][]
44
as a drop-in alternative to its default testing framework, Minitest.
@@ -24,16 +24,16 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
2424

2525
## Installation
2626

27-
**IMPORTANT** This README / branch refers to the current development build.
28-
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.
27+
**IMPORTANT** This README / branch refers to the `4.1.x` series of releases.
28+
See the [`main` branch on Github](https://github.com/rspec/rspec-rails/tree/main) for more up to date releases.
2929

3030
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
3131
of your app’s `Gemfile`:
3232

3333
```ruby
3434
# Run against the latest stable release
3535
group :development, :test do
36-
gem 'rspec-rails', '~> 4.0.2'
36+
gem 'rspec-rails', '~> 4.1.0'
3737
end
3838

3939
# Or, run against the main branch

0 commit comments

Comments
 (0)