From 38bf75fc2e789b3d7072b72081fecebaa7929f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:30:31 +0100 Subject: [PATCH 1/2] Bump rexml from 3.3.6 to 3.3.9 (#3098) Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 487b93625..55d8b82a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,8 +257,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.3.6) - strscan + rexml (3.3.9) rouge (3.30.0) rubyzip (2.3.2) safe_yaml (1.0.5) @@ -272,7 +271,6 @@ GEM faraday (>= 0.17.3, < 3) securerandom (0.3.1) simpleidn (0.2.3) - strscan (3.1.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) typhoeus (1.4.1) From fb0ba80784f034882488bad7862836a80a691818 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 11 Nov 2024 20:32:14 +0100 Subject: [PATCH 2/2] fix a 404 link in an old SIP (#3102) --- _sips/sips/scala-2-8-arrays.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sips/sips/scala-2-8-arrays.md b/_sips/sips/scala-2-8-arrays.md index 7f5999d65..f96bb0239 100644 --- a/_sips/sips/scala-2-8-arrays.md +++ b/_sips/sips/scala-2-8-arrays.md @@ -282,4 +282,4 @@ three language features will be described in more detail in separate notes. 3. David MacIver. Refactoring scala.array. Pre-SIP (Scala Improvement Proposal), October 2008. [1]: https://www.drmaciver.com/2008/06/scala-arrays - [2]: https://oldfashionedsoftware.com/2009/08/05/the-mystery-of-the-parameterized-array + [2]: http://web.archive.org/web/20090817050725/http://oldfashionedsoftware.com/2009/08/05/the-mystery-of-the-parameterized-array/