From 4cc151d3a96ed2b065bd6e7751caaebd4aa69a8b Mon Sep 17 00:00:00 2001 From: Mark Sutton Date: Mon, 20 Sep 2021 20:52:28 +0100 Subject: [PATCH] [task/ECP-1040] - Upgrade ruby from 2.7.1 to 2.7.2 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index 860487ca19..37c2961c24 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.1 +2.7.2 diff --git a/Dockerfile b/Dockerfile index c59cb275f0..cf396c7228 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # base # ------------------------------------------------------------------------------ -FROM ruby:2.7.1-alpine AS base +FROM ruby:2.7.2-alpine AS base RUN addgroup -S appgroup && adduser -S appuser -G appgroup diff --git a/Gemfile b/Gemfile index 5034af507e..2c68365d33 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "2.7.1" +ruby "2.7.2" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "6.0.3.7" diff --git a/Gemfile.lock b/Gemfile.lock index 8d3b8f0fdb..f18203c9bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -497,7 +497,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.7.1p83 + ruby 2.7.2p137 BUNDLED WITH 2.2.23