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

Read ruby version from file

This commit is contained in:
Josh Brown 2024-02-02 17:13:39 +00:00
parent 18c044efa3
commit 9213883630

View file

@ -1,6 +1,6 @@
source "https://rubygems.org"
ruby File.read(".ruby-version").strip
ruby file: ".ruby-version"
# Use main development branch of Rails
gem "rails", github: "rails/rails", branch: "main"