From f7b65efb005e6fa3c40eb55bf59ae60ca0970ddf Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Tue, 18 Jan 2022 11:22:49 +0000 Subject: [PATCH] Bump to Ruby 3.0.3 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index b502146930..75a22a26ac 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.2 +3.0.3 diff --git a/Gemfile b/Gemfile index e16eeb329b..eb50548752 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source 'https://rubygems.org' -ruby "3.0.2" +ruby "3.0.3" git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'dotenv-rails', require: 'dotenv/rails-now' # Load ENV vars before other gems diff --git a/Gemfile.lock b/Gemfile.lock index 0eea10bf40..f74aa25eb7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -810,7 +810,7 @@ DEPENDENCIES wkhtmltopdf-binary RUBY VERSION - ruby 3.0.2p107 + ruby 3.0.3p157 BUNDLED WITH 2.1.4