Skip to content

Commit

Permalink
Prep for 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 2, 2024
1 parent 6e464a1 commit 7266dd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.5...main)
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...main)

Enhancements:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ According to [RSpec Rails new versioning strategy][] use:
## Installation

**IMPORTANT** This README / branch refers to the current development build.
See the [`6-1-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/6-1-maintenance) if you want or require the latest stable release.
See the [`7-0-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/7-0-maintenance) if you want or require the latest stable release.

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

```ruby
# Run against this stable release
group :development, :test do
gem 'rspec-rails', '~> 6.1.0'
gem 'rspec-rails', '~> 7.0.0'
end

# Or, run against the main branch
Expand Down
4 changes: 2 additions & 2 deletions features/GettingStarted.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Getting Started

Install Rails 6
Install Rails

```console
$ gem install rails -v "~> 6.0.0"
$ gem install rails -v "~> 7.2.0"
```

### Generate an app
Expand Down
2 changes: 1 addition & 1 deletion features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add rspec-rails to the :test and :development groups in the Gemfile:

```ruby
group :test, :development do
gem 'rspec-rails', '~> 6.0.0'
gem 'rspec-rails', '~> 7.0.0'
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
# Current version of RSpec Rails, in semantic versioning format.
STRING = '6.2.0.pre'
STRING = '7.0.0.pre'
end
end
end

0 comments on commit 7266dd6

Please sign in to comment.