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'