From c9eacc09954cde3dbcc5e6b926f20206298bdb19 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 24 Feb 2021 17:26:32 -0300 Subject: [PATCH] ruby ~> 2.7 --- Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b97d456..94ab320 100644 --- a/Gemfile +++ b/Gemfile @@ -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'