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:
parent
31ef3d85f5
commit
ddf26cd5e5
2 changed files with 39 additions and 31 deletions
4
Gemfile
4
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue