From 61415f3d432dfc42ccca0a5dce5efa85107a9537 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:41:59 +0000 Subject: [PATCH] Update Ruby/bundler versions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/hatchet_app_cleaner.yml | 2 +- Gemfile | 2 +- Gemfile.lock | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a93559ca7..57f26122d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: "3.3" + ruby-version: "3.4" - name: Run ShellCheck run: make lint-scripts - name: Run shfmt @@ -56,7 +56,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: "3.3" + ruby-version: "3.4" - name: Hatchet setup run: bundle exec hatchet ci:setup - name: Run Hatchet integration tests diff --git a/.github/workflows/hatchet_app_cleaner.yml b/.github/workflows/hatchet_app_cleaner.yml index b9eb06cdf..aa7a88512 100644 --- a/.github/workflows/hatchet_app_cleaner.yml +++ b/.github/workflows/hatchet_app_cleaner.yml @@ -24,7 +24,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: "3.3" + ruby-version: "3.4" - name: Run Hatchet destroy # Only apps older than 10 minutes are destroyed, to ensure that any # in progress CI runs are not interrupted. diff --git a/Gemfile b/Gemfile index ddaf2f60c..215de3b19 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '>= 3.2', '< 3.4' +ruby '>= 3.2', '< 3.5' group :test, :development do gem 'heroku_hatchet' diff --git a/Gemfile.lock b/Gemfile.lock index bd9a23fa6..d73682f90 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,7 +65,7 @@ GEM ruby-progressbar (1.13.0) thor (1.3.2) threaded (0.0.4) - unicode-display_width (3.1.3) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) webrick (1.9.1) @@ -84,7 +84,7 @@ DEPENDENCIES rubocop-rspec RUBY VERSION - ruby 3.3.5p100 + ruby 3.4.1p0 BUNDLED WITH - 2.5.23 + 2.6.2