Skip to content

Commit

Permalink
Changelog for #2484
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Mar 17, 2021
1 parent ff8eaef commit 8a1e04c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...main)

Enhancements:

* Make the API request scaffold template more consistent and compatible with
Rails 6.1. (Naoto Hamada, #2484)

Bug Fixes:

* Limit multibyte example descriptions when used in system tests for #method_name
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ They’re also specifications (or _specs,_ for short):
detailed explanations of how the application is supposed to behave,
expressed in plain English.

Use **[`rspec-rails` 4.x][]** for Rails from 5.0 to 6.0.
Use **[`rspec-rails` 3.x][]** for Rails earlier than 5.0.
Use **[`rspec-rails` 1.x][]** for Rails 2.x.

Expand All @@ -21,6 +22,7 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
[Ruby on Rails]: https://rubyonrails.org/
[`rspec-rails` 1.x]: https://github.com/dchelimsky/rspec-rails
[`rspec-rails` 3.x]: https://github.com/rspec/rspec-rails/tree/3-9-maintenance
[`rspec-rails` 4.x]: https://github.com/rspec/rspec-rails/tree/4-1-maintenance

## Installation

Expand All @@ -31,7 +33,7 @@ See the [`5-0-maintenance` branch on Github](https://github.com/rspec/rspec-rail
of your app’s `Gemfile`:

```ruby
# Run against the latest stable release
# Run against this stable release
group :development, :test do
gem 'rspec-rails', '~> 5.0.0'
end
Expand Down

0 comments on commit 8a1e04c

Please sign in to comment.