Skip to content

Commit

Permalink
Update rails requirement from >= 6.0, < 7.3 to >= 6.0, < 8.1
Browse files Browse the repository at this point in the history
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v6.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent edceb80 commit 510b10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem "rails", ">= 6.0", "< 7.3"
gem "rails", ">= 6.0", "< 8.1"

gem "sprockets-rails"

Expand Down

0 comments on commit 510b10d

Please sign in to comment.