Skip to content

Commit

Permalink
bundle update --bundler (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer authored Apr 12, 2024
1 parent 2156732 commit e02c96d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7]
bundler-version: [2.4.19, 2.4.22, 2.5.9]
exclude:
- ruby-version: 2.6
bundler-version: 2.5.7
bundler-version: 2.5.9
- ruby-version: 2.7
bundler-version: 2.5.7
bundler-version: 2.5.9
env:
BUNDLER_VERSION: ${{ matrix.bundler-version }}
BUNDLE_LOCKFILE: active
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ DEPENDENCIES
stringio (~> 3.1)

BUNDLED WITH
2.5.7
2.5.9
2 changes: 1 addition & 1 deletion Gemfile.ruby-2.6.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ DEPENDENCIES
stringio (= 3.0.6)

BUNDLED WITH
2.5.7
2.5.9

0 comments on commit e02c96d

Please sign in to comment.