Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent d006143 commit 4baf893
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.2"
# 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 4baf893

Please sign in to comment.