From e1981416119906fe230131a55856a97b91f56619 Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Fri, 29 Mar 2024 15:08:34 -0600 Subject: [PATCH] bundle update --bundler (#36) --- .github/workflows/ci.yml | 6 +++--- Gemfile.lock | 2 +- Gemfile.ruby-2.6.lock | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4191a15..c98ffbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: fail-fast: false matrix: ruby-version: [2.6, 2.7, "3.0", 3.1, 3.2] - bundler-version: [2.4.19, 2.4.22, 2.5.6] + bundler-version: [2.4.19, 2.4.22, 2.5.7] exclude: - ruby-version: 2.6 - bundler-version: 2.5.6 + bundler-version: 2.5.7 - ruby-version: 2.7 - bundler-version: 2.5.6 + bundler-version: 2.5.7 env: BUNDLER_VERSION: ${{ matrix.bundler-version }} BUNDLE_LOCKFILE: active diff --git a/Gemfile.lock b/Gemfile.lock index 27c65ec..9e8f3c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,4 +102,4 @@ DEPENDENCIES stringio (~> 3.1) BUNDLED WITH - 2.5.6 + 2.5.7 diff --git a/Gemfile.ruby-2.6.lock b/Gemfile.ruby-2.6.lock index 433d23e..319a475 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -50,4 +50,4 @@ DEPENDENCIES stringio (= 3.0.6) BUNDLED WITH - 2.5.6 + 2.5.7