Skip to content

Commit

Permalink
Update rails requirement from >= 6.0, < 7.1 to >= 6.0, < 7.2
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...v7.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 5, 2023
1 parent dd4e442 commit adb71e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

gem "rails", ">= 6.0", "< 7.1"
gem "rails", ">= 6.0", "< 7.2"

gem "sprockets-rails"

Expand Down

0 comments on commit adb71e9

Please sign in to comment.