mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 12:41:41 +00:00
fixup! feat: poder pasar la versión de ruby y gems por env
This commit is contained in:
parent
18b7f39248
commit
0056adf737
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source 'https://17.3.alpine.gems.sutty.nl'
|
||||
source ENV.fetch('GEMS_SOURCE', 'https://17.3.alpine.gems.sutty.nl')
|
||||
|
||||
ruby "~> #{ENV.fetch('RUBY_VERSION', '3.1')}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue