Skip to content

Commit 66e9b2a

Browse files
authored
Merge pull request #3794 from projectblacklight/bundler-2
Explicitly use bundler 2.7 on Ruby 4 CI
2 parents 9ba4ae9 + 6ca05e6 commit 66e9b2a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/matrix.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"ruby": ["3.4"],
33
"rails_version": ["8.1.1"],
44
"bootstrap_version": [null],
5+
"bundler_version": ["2.7.2"],
56
"view_component_version": ["~> 4.0"],
67
"api": [null],
78
"additional_engine_cart_rails_options": ["--css=bootstrap"],

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
BOOTSTRAP_VERSION: ${{ matrix.bootstrap_version }}
3737
BLACKLIGHT_API_TEST: ${{ matrix.api }}
3838
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-kamal --skip-solid --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
39+
BUNDLER_VERSION: ${{ matrix.bundler_version || '2.7.2' }}
3940
steps:
4041
- uses: actions/checkout@v4
4142
with:
@@ -44,6 +45,7 @@ jobs:
4445
uses: ruby/setup-ruby@v1
4546
with:
4647
ruby-version: ${{ matrix.ruby }}
48+
bundler: ${{ matrix.bundler_version || '2.7.2' }}
4749
- name: Change permissions
4850
run: "chmod -f -R o-w /opt/hostedtoolcache/Ruby/3.2.5/x64/lib/ruby/gems/3.2.0/gems | :"
4951
- name: Install dependencies

0 commit comments

Comments
 (0)