From 7fe53d41f556de30a92a5ac271d5ce68c767163b Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Thu, 13 Jun 2024 10:08:14 -0700 Subject: [PATCH] chore: upgrade to ruby 3.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 47725433..619b5376 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.2 +3.3.3 diff --git a/Gemfile b/Gemfile index 42c98fa6..ef535381 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "3.3.2" +ruby "3.3.3" git_source(:github) do |repo_name| repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") diff --git a/Gemfile.lock b/Gemfile.lock index f1e78cfa..65679f01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -515,7 +515,7 @@ DEPENDENCIES watir RUBY VERSION - ruby 3.3.2p78 + ruby 3.3.3p89 BUNDLED WITH 2.5.11