diff --git a/.github/workflows/command_shell_acceptance.yml b/.github/workflows/command_shell_acceptance.yml index 3741725db50c..3171b4990724 100644 --- a/.github/workflows/command_shell_acceptance.yml +++ b/.github/workflows/command_shell_acceptance.yml @@ -135,9 +135,6 @@ jobs: bundler-cache: true working-directory: metasploit-framework cache-version: 5 - # Github actions with Ruby requires Bundler 2.2.18+ - # https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows - bundler: 2.2.33 - name: Acceptance env: @@ -187,9 +184,6 @@ jobs: ruby-version: '${{ matrix.ruby }}' bundler-cache: true cache-version: 4 - # Github actions with Ruby requires Bundler 2.2.18+ - # https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows - bundler: 2.2.33 - uses: actions/download-artifact@v4 id: download diff --git a/.github/workflows/ldap_acceptance.yml b/.github/workflows/ldap_acceptance.yml index 422b53252e1c..99696b29158a 100644 --- a/.github/workflows/ldap_acceptance.yml +++ b/.github/workflows/ldap_acceptance.yml @@ -130,9 +130,6 @@ jobs: ruby-version: '${{ matrix.ruby }}' bundler-cache: true cache-version: 4 - # Github actions with Ruby requires Bundler 2.2.18+ - # https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows - bundler: 2.2.33 - uses: actions/download-artifact@v4 id: download diff --git a/.github/workflows/mysql_acceptance.yml b/.github/workflows/mysql_acceptance.yml index 9cc15528f187..02310ae65a7e 100644 --- a/.github/workflows/mysql_acceptance.yml +++ b/.github/workflows/mysql_acceptance.yml @@ -146,9 +146,6 @@ jobs: ruby-version: '${{ matrix.ruby }}' bundler-cache: true cache-version: 4 - # Github actions with Ruby requires Bundler 2.2.18+ - # https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows - bundler: 2.2.33 - uses: actions/download-artifact@v4 id: download diff --git a/.github/workflows/postgres_acceptance.yml b/.github/workflows/postgres_acceptance.yml index 888a8e99655f..3929cda86efc 100644 --- a/.github/workflows/postgres_acceptance.yml +++ b/.github/workflows/postgres_acceptance.yml @@ -148,9 +148,6 @@ jobs: ruby-version: '${{ matrix.ruby }}' bundler-cache: true cache-version: 4 - # Github actions with Ruby requires Bundler 2.2.18+ - # https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows - bundler: 2.2.33 - uses: actions/download-artifact@v4 id: download diff --git a/.github/workflows/smb_acceptance.yml b/.github/workflows/smb_acceptance.yml index 7ac930abc489..cfb61eda0045 100644 --- a/.github/workflows/smb_acceptance.yml +++ b/.github/workflows/smb_acceptance.yml @@ -132,9 +132,6 @@ jobs: ruby-version: '${{ matrix.ruby }}' bundler-cache: true cache-version: 4 - # Github actions with Ruby requires Bundler 2.2.18+ - # https://github.com/ruby/setup-ruby/tree/d2b39ad0b52eca07d23f3aa14fdf2a3fcc1f411c#windows - bundler: 2.2.33 - uses: actions/download-artifact@v4 id: download diff --git a/Gemfile.lock b/Gemfile.lock index 7fea296266d4..af3863a3b81b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -592,4 +592,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.1.4 + 2.5.10