Skip to content

Commit

Permalink
Merge pull request #1725 from doorkeeper-gem/dependabot/bundler/rails…
Browse files Browse the repository at this point in the history
…-gte-6.0-and-lt-7.3

Update rails requirement from >= 6.0, < 7.2 to >= 6.0, < 7.3
  • Loading branch information
nbulaj authored Aug 29, 2024
2 parents 5133d76 + 3759a4f commit a4e7c4f
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.2"
gem "rails", ">= 6.0", "< 7.3"

gem "sprockets-rails"

Expand Down

0 comments on commit a4e7c4f

Please sign in to comment.