From 06b2031914d264f9504b9cb209d809baddf701e4 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 25 Dec 2021 17:32:55 +0000 Subject: [PATCH] Update Ruby to 3.0.2 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 2c9b4ef42e..b502146930 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.3 +3.0.2 diff --git a/Gemfile b/Gemfile index 31fad37f59..46893c855e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source 'https://rubygems.org' -ruby "2.7.3" +ruby "3.0.2" 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 f769251c6f..bd2165f3a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -805,7 +805,7 @@ DEPENDENCIES wkhtmltopdf-binary RUBY VERSION - ruby 2.7.3p183 + ruby 3.0.2p107 BUNDLED WITH 2.1.4