Skip to content

Commit

Permalink
Update rails requirement from ~> 7.0.3 to ~> 7.2.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@v7.0.3...v7.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 5519c9e commit 1733709
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" }
ruby "~> 3.1.1"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem "rails", "~> 7.0.3"
gem "rails", "~> 7.2.1"
# Use sqlite3 as the database for Active Record
gem "sqlite3", "1.6.8"
# Use Puma as the app server
Expand Down

0 comments on commit 1733709

Please sign in to comment.