5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 05:10:49 +00:00

fix: detectar cuándo estamos en hainish

This commit is contained in:
f 2023-03-29 15:10:53 -03:00
parent 2fac95d2e8
commit cd7aa1d124

View file

@ -1,6 +1,9 @@
# frozen_string_literal: true
puts 'Usa haini.sh para generar un entorno de trabajo reproducible'
if ENV['RAILS_ENV'] != 'production' && ENV['HAIN_ENV'].nil?
puts 'Usa haini.sh para generar un entorno de trabajo reproducible'
end
source 'https://gems.sutty.nl'
ruby '~> 2.7'