From d28c9eb679e392edc3999c64d315a3dbc964701c Mon Sep 17 00:00:00 2001 From: Jenny Shen Date: Fri, 22 Mar 2024 09:39:49 -0400 Subject: [PATCH 1/2] Centralize Ruby Version definition to .ruby-version --- .github/workflows/tests.yml | 1 - Gemfile | 2 -- Gemfile.lock | 5 +---- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29d07fe5..bbf6fa5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,6 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2.3 bundler-cache: true - name: Run tests diff --git a/Gemfile b/Gemfile index 7abd44d7..1738582b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source "https://rubygems.org" -ruby "3.2.3" - # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index ac898c77..d5a96e24 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -275,8 +275,5 @@ DEPENDENCIES web-console webdrivers -RUBY VERSION - ruby 3.2.3p157 - BUNDLED WITH - 2.5.5 + 2.5.7 From e0d938f6993661898c82fadd5621a8460d3c471e Mon Sep 17 00:00:00 2001 From: Jenny Shen Date: Fri, 22 Mar 2024 09:49:14 -0400 Subject: [PATCH 2/2] Update to Ruby 3.3 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index b347b11e..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.3 +3.3.0