From 31c7a888b6283200999195b7c7f4e07614a56723 Mon Sep 17 00:00:00 2001 From: Ben Silverman Date: Thu, 14 Jul 2022 09:00:43 -0400 Subject: [PATCH] Bump Ruby to 2.7.6 --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ruby-version b/.ruby-version index a4dd9dba..49cdd668 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.4 +2.7.6 diff --git a/Dockerfile b/Dockerfile index ed4cb616..dbd5b685 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM ruby:2.7.4 AS dm2-dev +FROM ruby:2.7.6 AS dm2-dev # Install node.js and yarn RUN apt-get update -qq && apt-get install -y curl sudo diff --git a/Gemfile b/Gemfile index 32bf708e..90de4d02 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) do |repo_name| "https://github.com/#{repo_name}.git" end -ruby '2.7.4' +ruby '2.7.6' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 5.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index f7b90d3c..4aeeee3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 2.7.4p191 + ruby 2.7.6p219 BUNDLED WITH 2.2.26 diff --git a/README.md b/README.md index 357195ec..ae682153 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ docker-compose down #### Requirements -- Ruby 2.7.4 +- Ruby 2.7.6 - Bundler 2.2.26+ - PostgreSQL 11.12+ - Node.js 16.x