Skip to content

Commit 76e7a55

Browse files
committed
v4.0.0.rc1
1 parent 148f7ce commit 76e7a55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### Development
2-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta4...master)
1+
### 4.0.0.rc1 / 2020-03-13
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0.beta4...v4.0.0.rc1)
33

44
Enhancements:
55

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
2222

2323
## Installation
2424

25-
**IMPORTANT** Note that rspec-rails 4.0 is still a beta release whilst we work out some
25+
**IMPORTANT** Note that rspec-rails 4.0 is still a release candidate whilst we work out some
2626
breaking changes. See the `3-9-maintenance` branch on Github if you want or require
2727
the latest stable release.
2828

@@ -32,8 +32,8 @@ the latest stable release.
3232
```ruby
3333
# Run against the latest stable release
3434
group :development, :test do
35-
# Note that rspec-rails 4.0 is still a beta release
36-
gem 'rspec-rails', '~> 4.0.0.beta'
35+
# Note that rspec-rails 4.0 is still a pre release
36+
gem 'rspec-rails', '~> 4.0.0.rc1'
3737
end
3838

3939
# Or, run against the master branch

0 commit comments

Comments
 (0)