Skip to content

Commit

Permalink
Added Rails 7.1 section in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Oct 9, 2023
1 parent b3bab74 commit 9976fd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [Grape for Enterprise](#grape-for-enterprise)
- [Installation](#installation)
- [Basic Usage](#basic-usage)
- [Rails 7.1](#rails-71)
- [Mounting](#mounting)
- [All](#all)
- [Rack](#rack)
Expand Down Expand Up @@ -179,7 +180,7 @@ The maintainers of Grape are working with Tidelift to deliver commercial support

## Installation

Ruby 2.4 or newer is required.
Ruby 2.6 or newer is required.

Grape is available as a gem, to install it run:

Expand Down Expand Up @@ -268,6 +269,10 @@ module Twitter
end
```

## Rails 7.1

Grape's [deprecator](https://api.rubyonrails.org/v7.1.0/classes/ActiveSupport/Deprecation.html) will be added to your application's deprecators [automatically](lib/grape/railtie.rb) as `:grape`, so that your application's configuration can be applied to it.

## Mounting

### All
Expand Down

0 comments on commit 9976fd8

Please sign in to comment.