mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 01:31:41 +00:00
fix: detectar cuándo estamos en hainish
This commit is contained in:
parent
2fac95d2e8
commit
cd7aa1d124
1 changed files with 4 additions and 1 deletions
5
Gemfile
5
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue