From c625766af15b29341758b41b2b00e7b1d47fdca0 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Wed, 26 May 2021 09:36:28 +0100 Subject: [PATCH] Bump Ruby to 2.5.9 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index ecd7ee50cb..30f69e8cc5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.8 +2.5.9 diff --git a/Gemfile b/Gemfile index 886f1e45e9..1ef1d8b4eb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source 'https://rubygems.org' -ruby "2.5.8" +ruby "2.5.9" git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'rails', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 0cb0ce74bd..f723b33006 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -743,7 +743,7 @@ DEPENDENCIES wkhtmltopdf-binary RUBY VERSION - ruby 2.5.8p224 + ruby 2.5.9p229 BUNDLED WITH 1.17.3