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:
parent
9c08721e9c
commit
680a91d807
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
ruby "3.3.0"
|
||||
ruby file: ".ruby-version"
|
||||
|
||||
# Rails
|
||||
gem "rails", github: "rails/rails", branch: "main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue