From 826769eefea811a3bf3c18b49b78fa7f96232f3c Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Wed, 10 Jul 2024 18:37:39 -0700 Subject: [PATCH] Upgrade Ruby and bundler --- .ruby-version | 2 +- Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 15a2799..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.3 diff --git a/Gemfile.lock b/Gemfile.lock index ca0d828..1ccc50b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,6 +78,7 @@ GEM yard (>= 0.9) PLATFORMS + arm64-darwin-23 x86_64-darwin-19 x86_64-darwin-20 x86_64-darwin-21 @@ -96,4 +97,4 @@ DEPENDENCIES tapioca (~> 0.13) BUNDLED WITH - 2.5.3 + 2.5.15