-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependencies for December 2021 (#668)
* Gemfile.lock: Update nokogiri (1.11.7 to 1.12.5) Also update some of nokogiri's dependencies, specifically `mini_portile2` and `racc`. * Gemfile.lock: Update puma (5.3.2 to 5.5.2) Also update puma's dependency nio4r (2.5.7 to 2.5.8). * Gemfile[.lock]: Update better_errors 2.4 to 2.9.1 Also update better_errors' dependency coderay (1.1.2 to 1.1.3). * yarn.lock: Update tar (6.1.7 to 6.1.11) * deps: Resolve ansi-regex to "^5.0.1" * deps: Resolve ansi-html to ansi-html-community Pin to an exact version, 0.0.8, which I have personally verified only contains the desired change, plus package.json metadata changes and updates to README.md. (Pinning means we don't have to trust the independent GitHub user who published the fork, just the content of the patch.) One can do the following commands to download and inspect the contents of the packages themselves, as hosted on the npm package registry... - `npm pack [email protected]` - `npm pack [email protected]` Then extract the tarballs and compare the content. See the following for details of the fork and why it was made: - github.com/Tjatse[slash]ansi-html/issues/19 - github.com/Tjatse[slash]ansi-html/issues/19#issuecomment-913119841 * deps: Resolve nth-check to 2.0.1 * ruby: Update Ruby version from 2.7.4 to 2.7.5 * deps: Update swagger-ui from 3.25.0 to 4.1.3
- Loading branch information
Showing
7 changed files
with
566 additions
and
473 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.7.4 | ||
2.7.5 |
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 @@ | ||
FROM ruby:2.7.4-slim | ||
FROM ruby:2.7.5-slim | ||
|
||
# Add basic binaries | ||
RUN apt-get update \ | ||
|
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
Oops, something went wrong.