Skip to content

Commit 796609b

Browse files
committed
Follow-up to #219
1 parent 7167f35 commit 796609b

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
matrix:
1919
ruby: ["3.2", "3.3", "3.4", "4.0", head, jruby-10.0, jruby-10.1]
2020

21-
env:
22-
# Released Bundler is broken on ruby-head due to ruby/ruby#16895.
23-
# Use Ruby's bundled Bundler until rubygems/rubygems#9529 is released.
24-
BUNDLER_VERSION: ${{ matrix.ruby == 'head' && '0' || '' }}
25-
2621
steps:
2722
- name: Checkout repository
2823
uses: actions/checkout@v7

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ DEPENDENCIES
205205
standard-rubocop-lts (>= 1.0.10)
206206

207207
BUNDLED WITH
208-
2.6.7
208+
4.0.12

0 commit comments

Comments
 (0)