Skip to content

Commit 039d859

Browse files
committed
Install latest bundler instead of pinned version
1 parent 2e19315 commit 039d859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
ruby-version: ${{ matrix.ruby }}
2323
- name: Install bundler
24-
run: gem install bundler -v 4.0.7
24+
run: gem install bundler
2525
- name: Install dependencies
2626
run: bundle install
2727
- run: bundle exec rspec

0 commit comments

Comments
 (0)