From 96de7f1ba2c3c60e26e682960ef6e7b1f1b304cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 01:27:19 +0000 Subject: [PATCH] Update dependency ruby to v3.3.4 --- .tool-versions | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 942e284..8e7fec4 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -ruby 3.3.0 +ruby 3.3.4 nodejs 21.7.3 yarn 1.13.0 diff --git a/Gemfile b/Gemfile index 6b32144..8a4e0b6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.0' +ruby '3.3.4' gem 'bootsnap', '>= 1.1.0', require: false gem 'coffee-rails', '~> 5.0'