File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 )
3
3
4
4
Enhancements:
5
5
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
22
22
23
23
## Installation
24
24
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
26
26
breaking changes. See the ` 3-9-maintenance ` branch on Github if you want or require
27
27
the latest stable release.
28
28
@@ -32,8 +32,8 @@ the latest stable release.
32
32
``` ruby
33
33
# Run against the latest stable release
34
34
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 '
37
37
end
38
38
39
39
# Or, run against the master branch
You can’t perform that action at this time.
0 commit comments