Skip to content

Commit 4ea6c54

Browse files
authored
Merge pull request rsim#306 from yahonda/unpin-bundler-use-rubygems-latest
ci: Revert Bundler 4.0.6 pin and use rubygems: latest
2 parents c7ade38 + 3a866e4 commit 4ea6c54

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/rubocop.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,14 @@ jobs:
1010
build:
1111

1212
runs-on: ubuntu-latest
13-
env:
14-
BUNDLER_VERSION: 4.0.6
1513

1614
steps:
1715
- uses: actions/checkout@v6
1816
- name: Set up Ruby 4.0
1917
uses: ruby/setup-ruby@v1
2018
with:
2119
ruby-version: "4.0"
22-
- name: Pin Bundler to 4.0.6 (workaround for ruby/rubygems#9536)
23-
run: |
24-
gem install bundler -v 4.0.6
25-
ruby --version
26-
gem --version
27-
bundle --version
20+
rubygems: latest
2821
- name: Build and run RuboCop
2922
run: |
3023
BUNDLE_ONLY=rubocop bundle install --jobs 4 --retry 3

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
uses: ruby/setup-ruby@v1
5151
with:
5252
ruby-version: ${{ matrix.ruby }}
53+
rubygems: latest
5354
- name: Create symbolic link for libaio library compatibility
5455
run: |
5556
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1

.github/workflows/test_11g.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
uses: ruby/setup-ruby@v1
5757
with:
5858
ruby-version: ${{ matrix.ruby }}
59+
rubygems: latest
5960
- name: Create symbolic link for libaio library compatibility
6061
run: |
6162
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1

.github/workflows/test_11g_ojdbc11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
uses: ruby/setup-ruby@v1
5353
with:
5454
ruby-version: ${{ matrix.ruby }}
55+
rubygems: latest
5556
- name: Create symbolic link for libaio library compatibility
5657
run: |
5758
sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1

0 commit comments

Comments
 (0)