File tree Expand file tree Collapse file tree 6 files changed +1
-19
lines changed
Expand file tree Collapse file tree 6 files changed +1
-19
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -592,4 +592,4 @@ DEPENDENCIES
592592 yard
593593
594594BUNDLED WITH
595- 2.1.4
595+ 2.5.10
You can’t perform that action at this time.
0 commit comments