Skip to content

Commit

Permalink
Updated Rails version on README
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Dec 5, 2023
1 parent 1ae5c6e commit d03e074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Matt Brictson application template [https://github.com/mattbrictson/rails-templa
## Requirements

This template currently works with:
* Rails 7.0.x
* Rails 7.1.x
* Bundler 2.x
* PostgreSQL
* Vite
Expand Down
2 changes: 1 addition & 1 deletion application/README.md.tt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This application was generated from the recommended template for Rails 7 applica
## Requirements

Below is a list (not complete) of libraries that are included and configured:
* Rails 7.0.x
* Rails 7.1.x
<%= %Q{* [Sidekiq](https://github.com/sidekiq/sidekiq)\n} if requires_sidekiq? -%>
<%= %Q{* [GraphQL](https://graphql-ruby.org/)\n} if requires_graphql? -%>
<%= %Q{* [Coverband](https://github.com/danmayer/coverband)\n} if requires_coverband? -%>
Expand Down

0 comments on commit d03e074

Please sign in to comment.