ruby ~> 2.7

This commit is contained in:
f 2021-02-24 17:26:32 -03:00
parent 9a8839dd93
commit c9eacc0995

View file

@ -5,11 +5,8 @@
# tiempo buscando soporte para musl
if ENV['RAILS_ENV'] == 'production'
source 'https://gems.sutty.nl'
ruby '2.7.2'
else
source 'https://rubygems.org'
# Cambiar en Dockerfile también
ruby '2.7.1'
end
git_source(:github) do |repo_name|
@ -17,6 +14,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end
ruby '~> 2.7'
gem 'dotenv-rails', require: 'dotenv/rails-now'