From c5e146e888b4c37a49286fd0473c371ed70283ef Mon Sep 17 00:00:00 2001 From: Kenneth Lee Date: Wed, 17 Aug 2022 13:14:17 +0100 Subject: [PATCH] Upgrade to ruby 2.7.6 because dfe-analytics requires it --- .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 2c9b4ef42e..49cdd668e1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.3 +2.7.6 diff --git a/Dockerfile b/Dockerfile index 95e14ed399..dd552b6ea7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # base # ------------------------------------------------------------------------------ -FROM ruby:2.7.3-alpine AS base +FROM ruby:2.7.6-alpine AS base RUN addgroup -S appgroup && adduser -S appuser -G appgroup diff --git a/Gemfile b/Gemfile index eb27826a0b..0762ad886a 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.3" +ruby "2.7.6" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "6.0.5.1" diff --git a/Gemfile.lock b/Gemfile.lock index 5f9f1b098a..f87ffc9241 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -522,7 +522,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.7.3p183 + ruby 2.7.6p219 BUNDLED WITH 2.3.7