1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Bump rails from 7.2.0 to 7.2.1 (#1130)

Bumps [rails](https://github.com/rails/rails) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v7.2.0...v7.2.1)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-26 10:38:46 -04:00 committed by GitHub
parent cd254fd19b
commit 0c0db44b7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 55 additions and 55 deletions

View file

@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby file: ".ruby-version"
# Rails
gem "rails", "~> 7.2.0"
gem "rails", "~> 7.2.1"
# Drivers
gem "pg", "~> 1.5"