From d483963dae1286a0e27791261685258c5bc5dc08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 00:18:23 +0000 Subject: [PATCH] Update dependency ruby to v3.3.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 944880f..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.3.3 diff --git a/Gemfile b/Gemfile index 417f3f7..bb73a24 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.2.0' +ruby '3.3.3' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index 37044a2..ca595b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -588,7 +588,7 @@ DEPENDENCIES wkhtmltopdf-binary RUBY VERSION - ruby 3.2.0p0 + ruby 3.3.3p89 BUNDLED WITH 2.4.13