Update Ruby to 3.0.2

This commit is contained in:
Matt-Yorkley
2021-12-25 17:32:55 +00:00
parent 1ddff2c4bf
commit 06b2031914
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
2.7.3
3.0.2

View File

@@ -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

View File

@@ -805,7 +805,7 @@ DEPENDENCIES
wkhtmltopdf-binary
RUBY VERSION
ruby 2.7.3p183
ruby 3.0.2p107
BUNDLED WITH
2.1.4