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

Pin Rails to 7-2-stable (#757)

This commit is contained in:
Zach Gollwitzer 2024-05-17 13:47:30 -04:00 committed by GitHub
parent 31ef3d85f5
commit ddf26cd5e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 31 deletions

View file

@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby file: ".ruby-version"
# Rails
gem "rails", github: "rails/rails", branch: "main"
gem "rails", github: "rails/rails", branch: "7-2-stable"
# Drivers
gem "pg", "~> 1.5"
@ -26,7 +26,7 @@ gem "turbo-rails"
gem "good_job"
# Search
gem "ransack"
gem "ransack", github: "maybe-finance/ransack", branch: "main"
# Error logging
gem "stackprof"