1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 21:45:23 +02:00

Switch to general release of Rails 7.2

This commit is contained in:
Josh Pigford 2024-08-15 11:17:28 -05:00
parent 0691041d37
commit 1f6f55c4a8
2 changed files with 26 additions and 32 deletions

View file

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