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:
parent
18c044efa3
commit
9213883630
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
ruby File.read(".ruby-version").strip
|
ruby file: ".ruby-version"
|
||||||
|
|
||||||
# Use main development branch of Rails
|
# Use main development branch of Rails
|
||||||
gem "rails", github: "rails/rails", branch: "main"
|
gem "rails", github: "rails/rails", branch: "main"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue