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