Skip to content

Commit 480a938

Browse files
authored
Land rapid7#19184, Update bundler version
2 parents 8060e6b + 9ff47b0 commit 480a938

File tree

6 files changed

+1
-19
lines changed

6 files changed

+1
-19
lines changed

.github/workflows/command_shell_acceptance.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ jobs:
135135
bundler-cache: true
136136
working-directory: metasploit-framework
137137
cache-version: 5
138-
# Github actions with Ruby requires Bundler 2.2.18+
139-
# https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
140-
bundler: 2.2.33
141138

142139
- name: Acceptance
143140
env:
@@ -187,9 +184,6 @@ jobs:
187184
ruby-version: '${{ matrix.ruby }}'
188185
bundler-cache: true
189186
cache-version: 4
190-
# Github actions with Ruby requires Bundler 2.2.18+
191-
# https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
192-
bundler: 2.2.33
193187

194188
- uses: actions/download-artifact@v4
195189
id: download

.github/workflows/ldap_acceptance.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,6 @@ jobs:
130130
ruby-version: '${{ matrix.ruby }}'
131131
bundler-cache: true
132132
cache-version: 4
133-
# Github actions with Ruby requires Bundler 2.2.18+
134-
# https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
135-
bundler: 2.2.33
136133

137134
- uses: actions/download-artifact@v4
138135
id: download

.github/workflows/mysql_acceptance.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ jobs:
146146
ruby-version: '${{ matrix.ruby }}'
147147
bundler-cache: true
148148
cache-version: 4
149-
# Github actions with Ruby requires Bundler 2.2.18+
150-
# https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
151-
bundler: 2.2.33
152149

153150
- uses: actions/download-artifact@v4
154151
id: download

.github/workflows/postgres_acceptance.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ jobs:
148148
ruby-version: '${{ matrix.ruby }}'
149149
bundler-cache: true
150150
cache-version: 4
151-
# Github actions with Ruby requires Bundler 2.2.18+
152-
# https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
153-
bundler: 2.2.33
154151

155152
- uses: actions/download-artifact@v4
156153
id: download

.github/workflows/smb_acceptance.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ jobs:
132132
ruby-version: '${{ matrix.ruby }}'
133133
bundler-cache: true
134134
cache-version: 4
135-
# Github actions with Ruby requires Bundler 2.2.18+
136-
# https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows
137-
bundler: 2.2.33
138135

139136
- uses: actions/download-artifact@v4
140137
id: download

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,4 +592,4 @@ DEPENDENCIES
592592
yard
593593

594594
BUNDLED WITH
595-
2.1.4
595+
2.5.10

0 commit comments

Comments
 (0)