5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 04:40:48 +00:00

fixup! feat: poder pasar la versión de ruby y gems por env

This commit is contained in:
f 2023-05-20 14:30:44 -03:00
parent 18b7f39248
commit 0056adf737

View file

@ -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')}"