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