From a61f2a39ad030a7781e0ae79e795f4cd2e83de8e Mon Sep 17 00:00:00 2001 From: f Date: Tue, 2 Feb 2021 19:32:17 -0300 Subject: [PATCH] ruby 2.7.2 --- Dockerfile | 4 ++-- Gemfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1746a5c..5313c8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ENV RAILS_MASTER_KEY=$RAILS_MASTER_KEY RUN apk add --no-cache libxslt libxml2 tzdata ruby ruby-bundler ruby-json ruby-bigdecimal ruby-rake RUN apk add --no-cache postgresql-libs git yarn brotli libssh2 python3 -RUN test "2.7.1" = `ruby -e 'puts RUBY_VERSION'` +RUN test "2.7.2" = `ruby -e 'puts RUBY_VERSION'` # https://github.com/rubygems/rubygems/issues/2918 # https://gitlab.alpinelinux.org/alpine/aports/issues/10808 @@ -84,7 +84,7 @@ RUN apk add --no-cache ffmpeg imagemagick pandoc tectonic oxipng jemalloc RUN apk add --no-cache git-lfs # Chequear que la versión de ruby sea la correcta -RUN test "2.7.1" = `ruby -e 'puts RUBY_VERSION'` +RUN test "2.7.2" = `ruby -e 'puts RUBY_VERSION'` # https://github.com/rubygems/rubygems/issues/2918 # https://gitlab.alpinelinux.org/alpine/aports/issues/10808 diff --git a/Gemfile b/Gemfile index 49e66a7..f073638 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ git_source(:github) do |repo_name| end # Cambiar en Dockerfile también -ruby '2.7.1' +ruby '2.7.2' gem 'dotenv-rails', require: 'dotenv/rails-now'