1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00

Use our .ruby-version file in Bundler so it is managed in only 1 place (#520)

See: https://gorails.com/episodes/bundler-ruby-version-file
This commit is contained in:
Dave Corson-Knowles 2024-03-06 05:19:10 -08:00 committed by GitHub
parent 9c08721e9c
commit 680a91d807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
source "https://rubygems.org"
ruby "3.3.0"
ruby file: ".ruby-version"
# Rails
gem "rails", github: "rails/rails", branch: "main"