-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump ruby from 2.7 to 3.0.1 Bumps ruby from 2.7 to 3.0.1. Signed-off-by: dependabot[bot] <[email protected]> * Bump parallel from 1.13.0 to 1.20.1 in /extension-installer Bumps [parallel](https://github.com/grosser/parallel) from 1.13.0 to 1.20.1. - [Release notes](https://github.com/grosser/parallel/releases) - [Commits](grosser/parallel@v1.13.0...v1.20.1) Signed-off-by: dependabot[bot] <[email protected]> * test: Simplify workflow file name * Add support for arm64 * build: Resolve id conflict * replace deprecated bundler parameters * Use alpine image for ruby Avoids #502 * Split base-mediawiki stage * Build and load for amd first * Improve the failure step Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f843d40
commit cc132f9
Showing
6 changed files
with
89 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# frozen_string_literal: true | ||
source "https://rubygems.org" | ||
|
||
gem 'parallel', "1.13" | ||
gem 'parallel', "1.20.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
parallel (1.13.0) | ||
parallel (1.20.1) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
parallel (= 1.13) | ||
parallel (= 1.20.1) | ||
|
||
BUNDLED WITH | ||
1.17.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters