From 3ea2e1f8969384580ffd9bc4dcdb65ab21c69abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:45:31 -0500 Subject: [PATCH 01/15] Bump minitest from 5.18.0 to 5.18.1 (#1579) * Bump minitest from 5.18.0 to 5.18.1 Bumps [minitest](https://github.com/minitest/minitest) from 5.18.0 to 5.18.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.18.0...v5.18.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update NOTICE-ruby --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-notice-ruby-update --- Gemfile.lock | 2 +- NOTICE-ruby | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bab92be04..0ba7b7d50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,7 +267,7 @@ GEM mini_magick (4.11.0) mini_mime (1.1.2) mini_portile2 (2.8.2) - minitest (5.18.0) + minitest (5.18.1) money (6.16.0) i18n (>= 0.6.4, <= 2) msgpack (1.6.0) diff --git a/NOTICE-ruby b/NOTICE-ruby index 7544fc503..e06062209 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -3064,8 +3064,6 @@ Copyright (c) 2010-2015, The Dojo Foundation ** mime-types; version 3.4.1 -- Copyright 2003-2019 Austin Ziegler and contributors. ** mime-types-data; version 3.2022.0105 -- -** minitest; version 5.18.0 -- -Copyright (c) Ryan Davis, seattle.rb ** nio4r; version 2.5.8 -- (c) 2011 Emanuele Giaquinta Copyright (c) 2011 Tony Arcieri. From 7cb033aea93fb048ee2a3292e807c62dabcc8ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:57:36 +0000 Subject: [PATCH 02/15] Bump actions/labeler from 2 to 4 Bumps [actions/labeler](https://github.com/actions/labeler) from 2 to 4. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index e0eb2af95..0da8d8662 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,6 +13,6 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" From 2022a08061e30ce43873c18e5d4161ee7b3c968f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 18:47:03 -0500 Subject: [PATCH 03/15] Bump good_job from 3.15.12 to 3.15.13 (#1577) * Bump good_job from 3.15.12 to 3.15.13 Bumps [good_job](https://github.com/bensheldon/good_job) from 3.15.12 to 3.15.13. - [Release notes](https://github.com/bensheldon/good_job/releases) - [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md) - [Commits](https://github.com/bensheldon/good_job/compare/v3.15.12...v3.15.13) --- updated-dependencies: - dependency-name: good_job dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update NOTICE-ruby --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-notice-ruby-update --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0ba7b7d50..5d43a53d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM raabro (~> 1.4) globalid (1.1.0) activesupport (>= 5.0) - good_job (3.15.12) + good_job (3.15.13) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) @@ -305,7 +305,7 @@ GEM puma (5.6.5) nio4r (~> 2.0) raabro (1.4.0) - racc (1.7.0) + racc (1.7.1) rack (2.2.7) rack-attack (5.4.2) rack (>= 1.0, < 3) From f5847c6c679c48b4329b237038c4e55c4ba4ff65 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 20 Jun 2023 11:44:44 +1000 Subject: [PATCH 04/15] Fix syntax error in create_stripe_account.rb --- app/legacy_lib/create_stripe_account.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/legacy_lib/create_stripe_account.rb b/app/legacy_lib/create_stripe_account.rb index 5c3a74fe6..645b88eea 100644 --- a/app/legacy_lib/create_stripe_account.rb +++ b/app/legacy_lib/create_stripe_account.rb @@ -6,7 +6,7 @@ module CreateStripeAccount def self.for_nonprofit(user, params) - fst_name, lst_name = Format::Name.split_full(user&.profile&.name)) + fst_name, lst_name = Format::Name.split_full(user&.profile&.name) Stripe::Account.create( managed: true, email: params[:email], From 5b066f655b5a41b8edf27dfc21a97b198ae97fde Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 22 Jun 2023 20:16:15 -0500 Subject: [PATCH 05/15] Remove references to deleted stylesheets --- app/assets/stylesheets/global.css.scss | 1 - app/assets/stylesheets/nonprofits/dashboard/page.css.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/app/assets/stylesheets/global.css.scss b/app/assets/stylesheets/global.css.scss index efd9d7d9b..52f482bb2 100644 --- a/app/assets/stylesheets/global.css.scss +++ b/app/assets/stylesheets/global.css.scss @@ -39,7 +39,6 @@ Full license explanation at https://github.com/houdiniproject/houdini/blob/main/ @import 'components/tooltips'; @import 'common/media_queries'; -@import 'common/z_indices'; @import 'common/minimal'; @import 'common/focusable' \ No newline at end of file diff --git a/app/assets/stylesheets/nonprofits/dashboard/page.css.scss b/app/assets/stylesheets/nonprofits/dashboard/page.css.scss index 76585ea5e..337cd0a0e 100644 --- a/app/assets/stylesheets/nonprofits/dashboard/page.css.scss +++ b/app/assets/stylesheets/nonprofits/dashboard/page.css.scss @@ -3,7 +3,6 @@ Full license explanation at https://github.com/houdiniproject/houdini/blob/main/ @import 'mixins'; @import 'bootstrap-tour'; @import 'components/activity_feed'; -@import 'components/event_preview_small'; @import 'campaigns/new/index'; @import 'events/new/index'; @import 'components/todos'; From 800391c9b4a3b65bd8c4a32515b1948ed9592a20 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 22 Jun 2023 23:34:49 -0500 Subject: [PATCH 06/15] remove typo from application_view.js --- app/javascript/legacy/common/application_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/legacy/common/application_view.js b/app/javascript/legacy/common/application_view.js index 9f761a864..5a87738e1 100644 --- a/app/javascript/legacy/common/application_view.js +++ b/app/javascript/legacy/common/application_view.js @@ -1,4 +1,4 @@ -// License: LGPL-3.0-or-laterpluralize +// License: LGPL-3.0-or-later const confirmation = require('./confirmation').default const notification = require('./notification').default const moment = require('moment-timezone') From 209a5503d93ae682d18b5f1e4bfe79c664d77978 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 22 Jun 2023 23:59:39 -0500 Subject: [PATCH 07/15] Run `bin/rails assets:precompile` as part of the CI * Run `bin/rails assets:precompile` as part of the CI * Correct a bug in the build --- .github/workflows/ruby.yml | 2 ++ babel.config.js | 34 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 052844f29..fccb8913f 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -68,4 +68,6 @@ jobs: run: bin/rails js:routes:typescript - name: run spec run: bundle exec rake spec + - name: run assets:precompile + run: bin/rails assets:precompile diff --git a/babel.config.js b/babel.config.js index ca34ce082..6ecdcb09f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -79,23 +79,23 @@ module.exports = function(api) { removeImport: true, }, ], - isProductionEnv && [ - 'babel-plugin-transform-imports', - { - '@material-ui/core': { - 'transform': '@material-ui/core/esm/${member}', - 'preventFullImport': true - }, - '@material-ui/icons': { - 'transform': '@material-ui/icons/esm/${member}', - 'preventFullImport': true - }, - "lodash": { - "transform": "lodash/${member}", - "preventFullImport": true - } - } - ] + // isProductionEnv && [ + // 'babel-plugin-transform-imports', + // { + // '@material-ui/core': { + // 'transform': '@material-ui/core/esm/${member}', + // 'preventFullImport': true + // }, + // '@material-ui/icons': { + // 'transform': '@material-ui/icons/esm/${member}', + // 'preventFullImport': true + // }, + // "lodash": { + // "transform": "lodash/${member}", + // "preventFullImport": true + // } + // } + // ] ].filter(Boolean), } } From 4d993cb7225ee58b7742a585575a3a6380f2b467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:33:01 -0500 Subject: [PATCH 08/15] Bump test-unit from 3.6.0 to 3.6.1 (#1589) * Bump test-unit from 3.6.0 to 3.6.1 Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](https://github.com/test-unit/test-unit/compare/3.6.0...3.6.1) --- updated-dependencies: - dependency-name: test-unit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update NOTICE-ruby --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-notice-ruby-update --- Gemfile.lock | 2 +- NOTICE-ruby | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5d43a53d3..e3863712b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -447,7 +447,7 @@ GEM stripe (1.58.0) rest-client (>= 1.4, < 4.0) table_print (1.5.7) - test-unit (3.6.0) + test-unit (3.6.1) power_assert thor (1.2.2) tilt (2.0.10) diff --git a/NOTICE-ruby b/NOTICE-ruby index e06062209..ed1442d6c 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -2901,6 +2901,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +------ + +** i18n; version 1.14.1 -- +Copyright (c) 2003-2009 Masao Mutoh +Copyright (c) 2008 The Ruby I18n team + +Copyright (c) 2008 The Ruby I18n team + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + ------ ** actionmailer; version 6.1.7.3 -- @@ -3091,6 +3118,8 @@ Copyright Kickstarter, PBC. ** rails; version 6.1.7.3 -- ** rails-dom-testing; version 2.0.3 -- Copyright (c) 2013-2015 Kasper Timm Hansen +** rails-html-sanitizer; version 1.6.0 -- +Copyright (c) 2013-2023 Rafael Mendonca Franca, Kasper Timm Hansen, Mike Dalessio ** samovar; version 2.1.4 -- Copyright, 2016, by Samuel G. D. Williams. Copyright, 2019, by Samuel G. D. Williams. @@ -4234,6 +4263,40 @@ You can redistribute it and/or modify it under either the terms of the PURPOSE. +------ + +** nokogiri; version 1.15.2 -- +Copyright 2010 Google Inc. +Copyright 2011 Google Inc. +Copyright 2018 Craig Barnes +Copyright 2017-2018 Craig Barnes +Copyright 2018 Stephen Checkoway +Copyright (c) 1998-2003 Daniel Veillard +Copyright (c) 1998-2012 Daniel Veillard +Copyright (c) 2001-2002 Daniel Veillard +copyrighted by the Free Software Foundation +Copyright 2013-2021 Sam Ruby, Stephen Checkoway +Copyright (c) 1991 Free Software Foundation, Inc. +Copyright 1992-2022 Free Software Foundation, Inc. +Copyright 1992-2023 Free Software Foundation, Inc. +Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler +Copyright (c) 2001-2003 Thai Open Source Software Center Ltd +Copyright (c) 2008-2009 Bjoern Hoehrmann +Copyright (c) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard +Copyright (c) 2001-2002, SourceForge ISO-RELAX Project (ASAMI Tomoharu, Daisuke Okajima, Kohsuke Kawaguchi, and MURATA Makoto) +Copyright 2008 2023 by Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA, John Shahid, Karol Bucek, Sam Ruby, Craig Barnes, Stephen Checkoway, Lars Kanis, Sergio Arbeo, Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney + +The MIT License + +Copyright 2008 -- 2023 by Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA, John Shahid, Karol Bucek, Sam Ruby, Craig Barnes, Stephen Checkoway, Lars Kanis, Sergio Arbeo, Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ------ ** marcel; version 1.0.2 -- From 956d7ed5113a879c42728948d087beb648294e4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:36:10 -0500 Subject: [PATCH 09/15] Bump puma from 5.6.5 to 5.6.6 (#1590) * Bump puma from 5.6.5 to 5.6.6 Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.6. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.6.5...v5.6.6) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update NOTICE-ruby --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-notice-ruby-update --- Gemfile.lock | 4 +- NOTICE-ruby | 183 +++++++++++++++++++++++++++++++++++---------------- 2 files changed, 127 insertions(+), 60 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e3863712b..23e8e06f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,7 +283,7 @@ GEM net-smtp (0.3.3) net-protocol netrc (0.11.0) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.15.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -302,7 +302,7 @@ GEM net-smtp premailer (~> 1.7, >= 1.7.9) public_suffix (5.0.0) - puma (5.6.5) + puma (5.6.6) nio4r (~> 2.0) raabro (1.4.0) racc (1.7.1) diff --git a/NOTICE-ruby b/NOTICE-ruby index ed1442d6c..0c5da77a4 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -559,47 +559,6 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------- - -** puma; version 5.6.5 -- -Zed Shaw, (c) 2005 -Copyright (c) 2005 Zed A. Shaw -Copyright (c) 2011 Evan Phoenix -Copyright (c) 2014 Evan Phoenix -Copyright (c) 2019, Evan Phoenix -copyright Evan Phoenix and contributors - -BSD 3-Clause License - -Copyright (c) 2019, Evan Phoenix. Some code by Zed Shaw, (c) 2005. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - - ------ ** premailer; version 1.18.0 -- @@ -1735,6 +1694,131 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +------ + +** nio4r; version 2.5.9 -- +Copyright, 2013 +Copyright, 2014 +Copyright, 2017 +Copyright, 2020 +Copyright, 2015-2016 +Copyright, 2019-2020 +(c) 2011 Emanuele Giaquinta +Copyright, 2015, by Upekshe +Copyright, 2016, by Omer Katz +Copyright, 2021, by Jun Jiang +Copyright, 2019, by Zhang Kang +Copyright (c) 2011 Tony Arcieri +Copyright, 2013, by Luis Lavena +Copyright, 2020, by Pedro Paiva +Copyright, 2012, by Logan Bowers +Copyright, 2019, by Thomas Kuntz +Copyright, 2015, by Daniel Berger +Copyright, 2014, by Sergey Avseyev +Copyright, 2016-2018, by Jun Aruga +Copyright, 2019, by Orien Madgwick +Copyright, 2021, by Jeffrey Martin +Copyright, 2021, by Pavel Lobashov +Copyright, 2013, by Tim Carey-Smith +Copyright, 2014, by SHIBATA Hiroshi +Copyright, 2017, by HoneyryderChuck +Copyright, 2019, by Thomas Dziedzic +Copyright (c) 2011-2017 Tony Arcieri +Copyright, 2011-2020, by Tony Arcieri +Copyright, 2016-2021, by Olle Jonsson +Copyright, 2019, by Cedric Boutillier +Copyright, 2013, by FURUHASHI Sadayuki +Copyright, 2013, by Stephen von Takach +Copyright, 2019, by Jesus Burgos Macia +Copyright, 2020-2021, by Joao Fernandes +Copyright, 2018-2021, by Samuel Williams +Bo. Copyright, 2020, by Charles Oliver Nutter +Copyright, 2007-2019, by Marc Alexander Lehmann +JohnnyT. Copyright, 2015-2017, by Tiago Cardoso +MSP-Greg. Copyright, 2019-2020, by Benoit Daloze +UpeksheJay. Copyright, 2015, by Vladimir Kochnev +Copyright (c) 2019 Marc Alexander Lehmann +Copyright (c) 2007-2019 Marc Alexander Lehmann +Copyright (c) 2007-2020 Marc Alexander Lehmann +Copyright (c) 2019-2020 Marc Alexander Lehmann +(c) 2009-2015,2018-2020 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009,2010,2011,2012,2013 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009,2010,2011,2019 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009,2010,2011,2016,2019 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009,2010,2011,2012,2013,2019 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009,2010,2011,2016,2017,2019 Marc Alexander Lehmann +Copyright (c) 2007,2008,2009,2010,2011,2012,2013,2016,2019 Marc Alexander Lehmann + +# MIT License + +Copyright, 2011-2020, by Tony Arcieri. +Copyright, 2012, by Logan Bowers. +Copyright, 2013, by FURUHASHI Sadayuki. +Copyright, 2013, by Stephen von Takach. +Copyright, 2013, by Tim Carey-Smith. +Copyright, 2013, by brainopia. +Copyright, 2013, by Luis Lavena. +Copyright, 2014, by SHIBATA Hiroshi. +Copyright, 2014, by Sergey Avseyev. +Copyright, 2014, by JohnnyT. +Copyright, 2015-2017, by Tiago Cardoso. +Copyright, 2015, by Daniel Berger. +Copyright, 2015, by Upekshe. +Copyright, 2015-2016, by UpeksheJay. +Copyright, 2015, by Vladimir Kochnev. +Copyright, 2016-2018, by Jun Aruga. +Copyright, 2016, by Omer Katz. +Copyright, 2016-2021, by Olle Jonsson. +Copyright, 2017, by usa. +Copyright, 2017, by HoneyryderChuck. +Copyright, 2017, by tompng. +Copyright, 2018-2021, by Samuel Williams. +Copyright, 2019, by Cédric Boutillier. +Copyright, 2019-2020, by MSP-Greg. +Copyright, 2019-2020, by Benoit Daloze. +Copyright, 2019, by Jesús Burgos Maciá. +Copyright, 2019, by Thomas Kuntz. +Copyright, 2019, by Orien Madgwick. +Copyright, 2019, by Thomas Dziedzic. +Copyright, 2019, by Zhang Kang. +Copyright, 2020, by eladeyal-intel. +Copyright, 2020, by Pedro Paiva. +Copyright, 2020, by Bo. +Copyright, 2020, by Charles Oliver Nutter. +Copyright, 2020-2021, by Joao Fernandes. +Copyright, 2021, by Jun Jiang. +Copyright, 2021, by Jeffrey Martin. +Copyright, 2021, by Pavel Lobashov. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## libev + +Released under the BSD license. See [ext/libev/LICENSE] for details. + +Copyright, 2007-2019, by Marc Alexander Lehmann. + +[ext/libev/LICENSE]: https://github.com/socketry/nio4r/blob/master/ext/libev/LICENSE + + ------ ** loofah; version 2.21.3 -- @@ -3091,23 +3175,6 @@ Copyright (c) 2010-2015, The Dojo Foundation ** mime-types; version 3.4.1 -- Copyright 2003-2019 Austin Ziegler and contributors. ** mime-types-data; version 3.2022.0105 -- -** nio4r; version 2.5.8 -- -(c) 2011 Emanuele Giaquinta -Copyright (c) 2011 Tony Arcieri. -Copyright, 2019, by Tony Arcieri. -Copyright (c) 2011-2017 Tony Arcieri. -Copyright, 2007-2019, by Marc Alexander Lehmann. -Copyright (c) 2019 Marc Alexander Lehmann -Copyright (c) 2007-2019 Marc Alexander Lehmann -Copyright (c) 2007,2008,2009 Marc Alexander Lehmann -Copyright (c) 2007,2008,2009,2010,2011,2012,2013 Marc Alexander Lehmann. -Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann -Copyright (c) 2007,2008,2009,2010,2011,2019 Marc Alexander Lehmann -Copyright, 2019, by Samuel G. D. Williams (http://www.codeotaku.com/samuel-williams). -Copyright (c) 2007,2008,2009,2010,2011,2016,2019 Marc Alexander Lehmann -Copyright (c) 2007,2008,2009,2010,2011,2012,2013,2019 Marc Alexander Lehmann -Copyright (c) 2007,2008,2009,2010,2011,2016,2017,2019 Marc Alexander Lehmann -Copyright (c) 2007,2008,2009,2010,2011,2012,2013,2016,2019 Marc Alexander Lehmann ** qx; version 0.1.1 -- ** rack; version 2.2.7 -- Copyright (c) 2009-2018 Michael Fellinger From 72d670addef400fcf193c678d4e75c7fb3d1b102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:11:55 -0500 Subject: [PATCH 10/15] Bump rails from 6.1.7.3 to 6.1.7.4 (#1592) * Bump rails from 6.1.7.3 to 6.1.7.4 Bumps [rails](https://github.com/rails/rails) from 6.1.7.3 to 6.1.7.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.7.3...v6.1.7.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update NOTICE-ruby --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-notice-ruby-update --- Gemfile | 2 +- Gemfile.lock | 117 ++++++++++---------- NOTICE-ruby | 305 --------------------------------------------------- 3 files changed, 60 insertions(+), 364 deletions(-) diff --git a/Gemfile b/Gemfile index ceddcf760..86df420b8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'rails', '6.1.7.3' +gem 'rails', '6.1.7.4' gem 'jbuilder', '~> 2.11' gem 'bootsnap', '~> 1.16', require: false # Large rails application booting enhancer gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby diff --git a/Gemfile.lock b/Gemfile.lock index 23e8e06f6..192422ebe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,60 +50,60 @@ GEM remote: https://rubygems.org/ specs: action_mailer_matchers (1.2.0) - actioncable (6.1.7.3) - actionpack (= 6.1.7.3) - activesupport (= 6.1.7.3) + actioncable (6.1.7.4) + actionpack (= 6.1.7.4) + activesupport (= 6.1.7.4) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.7.3) - actionpack (= 6.1.7.3) - activejob (= 6.1.7.3) - activerecord (= 6.1.7.3) - activestorage (= 6.1.7.3) - activesupport (= 6.1.7.3) + actionmailbox (6.1.7.4) + actionpack (= 6.1.7.4) + activejob (= 6.1.7.4) + activerecord (= 6.1.7.4) + activestorage (= 6.1.7.4) + activesupport (= 6.1.7.4) mail (>= 2.7.1) - actionmailer (6.1.7.3) - actionpack (= 6.1.7.3) - actionview (= 6.1.7.3) - activejob (= 6.1.7.3) - activesupport (= 6.1.7.3) + actionmailer (6.1.7.4) + actionpack (= 6.1.7.4) + actionview (= 6.1.7.4) + activejob (= 6.1.7.4) + activesupport (= 6.1.7.4) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.7.3) - actionview (= 6.1.7.3) - activesupport (= 6.1.7.3) + actionpack (6.1.7.4) + actionview (= 6.1.7.4) + activesupport (= 6.1.7.4) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.7.3) - actionpack (= 6.1.7.3) - activerecord (= 6.1.7.3) - activestorage (= 6.1.7.3) - activesupport (= 6.1.7.3) + actiontext (6.1.7.4) + actionpack (= 6.1.7.4) + activerecord (= 6.1.7.4) + activestorage (= 6.1.7.4) + activesupport (= 6.1.7.4) nokogiri (>= 1.8.5) - actionview (6.1.7.3) - activesupport (= 6.1.7.3) + actionview (6.1.7.4) + activesupport (= 6.1.7.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.1.7.3) - activesupport (= 6.1.7.3) + activejob (6.1.7.4) + activesupport (= 6.1.7.4) globalid (>= 0.3.6) - activemodel (6.1.7.3) - activesupport (= 6.1.7.3) - activerecord (6.1.7.3) - activemodel (= 6.1.7.3) - activesupport (= 6.1.7.3) - activestorage (6.1.7.3) - actionpack (= 6.1.7.3) - activejob (= 6.1.7.3) - activerecord (= 6.1.7.3) - activesupport (= 6.1.7.3) + activemodel (6.1.7.4) + activesupport (= 6.1.7.4) + activerecord (6.1.7.4) + activemodel (= 6.1.7.4) + activesupport (= 6.1.7.4) + activestorage (6.1.7.4) + actionpack (= 6.1.7.4) + activejob (= 6.1.7.4) + activerecord (= 6.1.7.4) + activesupport (= 6.1.7.4) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (6.1.7.3) + activesupport (6.1.7.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -273,7 +273,7 @@ GEM msgpack (1.6.0) multi_json (1.15.0) multi_xml (0.6.0) - net-imap (0.3.4) + net-imap (0.3.6) date net-protocol net-pop (0.1.2) @@ -316,23 +316,24 @@ GEM rack-test (2.1.0) rack (>= 1.3) rack-timeout (0.6.3) - rails (6.1.7.3) - actioncable (= 6.1.7.3) - actionmailbox (= 6.1.7.3) - actionmailer (= 6.1.7.3) - actionpack (= 6.1.7.3) - actiontext (= 6.1.7.3) - actionview (= 6.1.7.3) - activejob (= 6.1.7.3) - activemodel (= 6.1.7.3) - activerecord (= 6.1.7.3) - activestorage (= 6.1.7.3) - activesupport (= 6.1.7.3) + rails (6.1.7.4) + actioncable (= 6.1.7.4) + actionmailbox (= 6.1.7.4) + actionmailer (= 6.1.7.4) + actionpack (= 6.1.7.4) + actiontext (= 6.1.7.4) + actionview (= 6.1.7.4) + activejob (= 6.1.7.4) + activemodel (= 6.1.7.4) + activerecord (= 6.1.7.4) + activestorage (= 6.1.7.4) + activesupport (= 6.1.7.4) bundler (>= 1.15.0) - railties (= 6.1.7.3) + railties (= 6.1.7.4) sprockets-rails (>= 2.0.0) - rails-dom-testing (2.0.3) - activesupport (>= 4.2.0) + rails-dom-testing (2.1.1) + activesupport (>= 5.0.0) + minitest nokogiri (>= 1.6) rails-html-sanitizer (1.6.0) loofah (~> 2.21) @@ -340,9 +341,9 @@ GEM rails-i18n (6.0.0) i18n (>= 0.7, < 2) railties (>= 6.0.0, < 7) - railties (6.1.7.3) - actionpack (= 6.1.7.3) - activesupport (= 6.1.7.3) + railties (6.1.7.4) + actionpack (= 6.1.7.4) + activesupport (= 6.1.7.4) method_source rake (>= 12.2) thor (~> 1.0) @@ -452,7 +453,7 @@ GEM thor (1.2.2) tilt (2.0.10) timecop (0.9.6) - timeout (0.3.2) + timeout (0.4.0) timers (4.3.3) traceroute (0.8.1) rails (>= 3.0.0) @@ -534,7 +535,7 @@ DEPENDENCIES rack-attack (~> 5.2) rack-ssl (~> 1.4) rack-timeout (~> 0.6.3) - rails (= 6.1.7.3) + rails (= 6.1.7.4) rails-i18n (~> 6.0.0, ~> 6) rake (~> 12.3.2) react_on_rails (= 12.6.0) diff --git a/NOTICE-ruby b/NOTICE-ruby index 0c5da77a4..86e63b33f 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -986,33 +986,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** activestorage; version 6.1.7.3 -- -Copyright (c) 2017-2022 David Heinemeier Hansson, Basecamp - -Copyright (c) 2017-2022 David Heinemeier Hansson, Basecamp - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** ast; version 2.4.2 -- @@ -1040,34 +1013,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** actioncable; version 6.1.7.3 -- -Copyright (c) 2010-2015 James Coglan -Copyright (c) 2015-2022 Basecamp, LLC - -Copyright (c) 2015-2022 Basecamp, LLC - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** rb-fsevent; version 0.11.2 -- @@ -1451,34 +1396,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** actionmailbox; version 6.1.7.3 -- -Copyright (c) 2018-2022 Basecamp, LLC - -MIT License - -Copyright (c) 2018-2022 Basecamp, LLC - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - ------ ** crass; version 1.0.6 -- @@ -2566,33 +2483,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** activejob; version 6.1.7.3 -- -Copyright (c) 2014-2022 David Heinemeier Hansson - -Copyright (c) 2014-2022 David Heinemeier Hansson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** premailer-rails; version 1.12.0 -- @@ -2957,34 +2847,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** actiontext; version 6.1.7.3 -- -Copyright (c) 2020-2022 Basecamp, LLC - -MIT License - -Copyright (c) 2020-2022 Basecamp, LLC - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - - ------ ** i18n; version 1.14.1 -- @@ -3012,42 +2874,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** actionmailer; version 6.1.7.3 -- -Copyright (c) 2004-2022 David Heinemeier Hansson -** actionpack; version 6.1.7.3 -- -Copyright (c) 2004-2022 David Heinemeier Hansson -** actionview; version 6.1.7.3 -- -Copyright (c) 2004-2022 David Heinemeier Hansson -** activemodel; version 6.1.7.3 -- -Copyright (c) 2004-2022 David Heinemeier Hansson -** railties; version 6.1.7.3 -- -Copyright (c) 2004-2022 David Heinemeier Hansson -Copyright (c) 2006-2013 Paul Battley, Michael Neumann, Tim Fletcher - -Copyright (c) 2004-2022 David Heinemeier Hansson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** tilt; version 2.0.10 -- @@ -3133,9 +2959,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------ -** activerecord; version 6.1.7.3 -- -Copyright (c) 2004-2022 David Heinemeier Hansson -copyright (c) 2007-2016 Nick Kallen, Bryan Helmkamp, Emilio Tagua, Aaron Patterson ** async; version 1.30.1 -- Copyright, 2017, by Samuel G. D. Williams. Copyright, 2018, by Samuel G. D. Williams. @@ -3182,9 +3005,6 @@ Copyright (c) Django Software Foundation and individual contributors Copyright (c) 2007-2019 Leah Neukirchen ** rack-attack; version 5.4.2 -- Copyright Kickstarter, PBC. -** rails; version 6.1.7.3 -- -** rails-dom-testing; version 2.0.3 -- -Copyright (c) 2013-2015 Kasper Timm Hansen ** rails-html-sanitizer; version 1.6.0 -- Copyright (c) 2013-2023 Rafael Mendonca Franca, Kasper Timm Hansen, Mike Dalessio ** samovar; version 2.1.4 -- @@ -3825,33 +3645,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** activesupport; version 6.1.7.3 -- -Copyright (c) 2005-2022 David Heinemeier Hansson - -Copyright (c) 2005-2022 David Heinemeier Hansson - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** regexp_parser; version 2.7.0 -- @@ -4623,10 +4416,6 @@ Copyright (c) 1999-2004 Yukihiro Matsumoto Copyright (c) 1999-2007 Minero Aoki Copyright (c) 1993-2013 Yukihiro Matsumoto Copyright (c) 1999-2007 Yukihiro Matsumoto -** timeout; version 0.3.2 -- -Copyright (c) 1993-2013 Yukihiro Matsumoto -Copyright (c) 2000 Information-technology Promotion Agency, Japan -Copyright (c) 2000 Network Applied Communication Laboratory, Inc. ** webrick; version 1.8.1 -- Copyright (c) 2003 H.M. Copyright (c) 2002 Internet @@ -5211,100 +5000,6 @@ You can redistribute it and/or modify it under either the terms of the PURPOSE. ------- - -** net-imap; version 0.3.4 -- -Copyright (c) The Internet Society (2003) -Copyright (c) 1993-2013 Yukihiro Matsumoto -Copyright (c) 2000 Shugo Maeda -Copyright (c) 2021 IETF Trust and the persons identified as the document authors - -Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -------------------------------------------------------------------------- - -This software includes documentation which has been copied from the relevant -RFCs. The copied documentation is covered by the following licenses: - -RFC 3501 (Editor: M. Crispin) -Full Copyright Statement - - Copyright (C) The Internet Society (2003). All Rights Reserved. - - This document and translations of it may be copied and furnished to - others, and derivative works that comment on or otherwise explain it - or assist in its implementation may be prepared, copied, published - and distributed, in whole or in part, without restriction of any - kind, provided that the above copyright notice and this paragraph are - included on all such copies and derivative works. However, this - document itself may not be modified in any way, such as by removing - the copyright notice or references to the Internet Society or other - Internet organizations, except as needed for the purpose of - developing Internet standards in which case the procedures for - copyrights defined in the Internet Standards process must be - followed, or as required to translate it into languages other than - English. - - The limited permissions granted above are perpetual and will not be - revoked by the Internet Society or its successors or assigns. v This - document and the information contained herein is provided on an "AS - IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK - FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT - LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL - NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY - OR FITNESS FOR A PARTICULAR PURPOSE. - - -RFC9051 (Editors: A. Melnikov, B. Leiba) -Copyright Notice - - Copyright (c) 2021 IETF Trust and the persons identified as the - document authors. All rights reserved. - - This document is subject to BCP 78 and the IETF Trust's Legal - Provisions Relating to IETF Documents - (https://trustee.ietf.org/license-info) in effect on the date of - publication of this document. Please review these documents - carefully, as they describe your rights and restrictions with respect - to this document. Code Components extracted from this document must - include Simplified BSD License text as described in Section 4.e of - the Trust Legal Provisions and are provided without warranty as - described in the Simplified BSD License. - - This document may contain material from IETF Documents or IETF - Contributions published or made publicly available before November - 10, 2008. The person(s) controlling the copyright in some of this - material may not have granted the IETF Trust the right to allow - modifications of such material outside the IETF Standards Process. - Without obtaining an adequate license from the person(s) controlling - the copyright in such materials, this document may not be modified - outside the IETF Standards Process, and derivative works of it may - not be created outside the IETF Standards Process, except to format - it for publication as an RFC or to translate it into languages other - than English. - - ------ ** date; version 3.3.3 -- From d9f778a1848efdd49d7caaa2dfc4b22aa3cfd494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 13:30:24 +0000 Subject: [PATCH 11/15] Bump tough-cookie from 4.0.0 to 4.1.3 Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] --- yarn.lock | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index f3c873896..b412b71ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14801,13 +14801,14 @@ toposort@^2.0.2: integrity sha1-riF2gXXRVZ1IvvNUILL0li8JwzA= tough-cookie@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4" - integrity sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg== + version "4.1.3" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf" + integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw== dependencies: psl "^1.1.33" punycode "^2.1.1" - universalify "^0.1.2" + universalify "^0.2.0" + url-parse "^1.5.3" tr46@^2.1.0: version "2.1.0" @@ -15130,10 +15131,10 @@ universal-cookie@^4.0.4: "@types/cookie" "^0.3.3" cookie "^0.4.0" -universalify@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== +universalify@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.2.0.tgz#6451760566fa857534745ab1dde952d1b1761be0" + integrity sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg== universalify@^1.0.0: version "1.0.0" From 334eea76a39a35d2ba0690a0e8428290eef8f7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:04:07 +0000 Subject: [PATCH 12/15] Bump js-routes from 2.2.5 to 2.2.6 Bumps [js-routes](https://github.com/railsware/js-routes) from 2.2.5 to 2.2.6. - [Changelog](https://github.com/railsware/js-routes/blob/master/CHANGELOG.md) - [Commits](https://github.com/railsware/js-routes/compare/v2.2.5...v2.2.6) --- updated-dependencies: - dependency-name: js-routes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 192422ebe..bdb527c50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,7 @@ GEM jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) - js-routes (2.2.5) + js-routes (2.2.6) railties (>= 4) json (2.6.3) kaminari (1.2.2) @@ -284,7 +284,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.5.9) - nokogiri (1.15.2) + nokogiri (1.15.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) From a0bd341e7683dacbaa976d5a248234551a980c22 Mon Sep 17 00:00:00 2001 From: dependabot-notice-ruby-update Date: Mon, 10 Jul 2023 15:05:11 +0000 Subject: [PATCH 13/15] [dependabot skip] Update NOTICE-ruby --- NOTICE-ruby | 222 +++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 161 insertions(+), 61 deletions(-) diff --git a/NOTICE-ruby b/NOTICE-ruby index 86e63b33f..a1a1bd9ab 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -2098,6 +2098,39 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +------ + +** good_job; version 3.15.13 -- +(c) 2022 Jukka Kurkela +Copyright 2020 Ben Sheldon +(c) 2023 Chart.js Contributors +Copyright (c) 2022 Basecamp, LLC +Copyright 2011-2022 Twitter, Inc. +Copyright 2011-2022 The Bootstrap Authors +Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) + +Copyright 2020 Ben Sheldon + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ------ ** tzinfo; version 2.0.6 -- @@ -2790,33 +2823,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------- - -** js-routes; version 2.2.5 -- -Copyright (c) 2011 Bogdan Gusiev - -Copyright (c) 2011 Bogdan Gusiev - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** rubocop-capybara; version 2.17.1 -- @@ -2998,6 +3004,8 @@ Copyright (c) 2010-2015, The Dojo Foundation ** mime-types; version 3.4.1 -- Copyright 2003-2019 Austin Ziegler and contributors. ** mime-types-data; version 3.2022.0105 -- +** minitest; version 5.18.1 -- +Copyright (c) Ryan Davis, seattle.rb ** qx; version 0.1.1 -- ** rack; version 2.2.7 -- Copyright (c) 2009-2018 Michael Fellinger @@ -4123,40 +4131,6 @@ You can redistribute it and/or modify it under either the terms of the PURPOSE. ------- - -** nokogiri; version 1.15.2 -- -Copyright 2010 Google Inc. -Copyright 2011 Google Inc. -Copyright 2018 Craig Barnes -Copyright 2017-2018 Craig Barnes -Copyright 2018 Stephen Checkoway -Copyright (c) 1998-2003 Daniel Veillard -Copyright (c) 1998-2012 Daniel Veillard -Copyright (c) 2001-2002 Daniel Veillard -copyrighted by the Free Software Foundation -Copyright 2013-2021 Sam Ruby, Stephen Checkoway -Copyright (c) 1991 Free Software Foundation, Inc. -Copyright 1992-2022 Free Software Foundation, Inc. -Copyright 1992-2023 Free Software Foundation, Inc. -Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler -Copyright (c) 2001-2003 Thai Open Source Software Center Ltd -Copyright (c) 2008-2009 Bjoern Hoehrmann -Copyright (c) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard -Copyright (c) 2001-2002, SourceForge ISO-RELAX Project (ASAMI Tomoharu, Daisuke Okajima, Kohsuke Kawaguchi, and MURATA Makoto) -Copyright 2008 2023 by Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA, John Shahid, Karol Bucek, Sam Ruby, Craig Barnes, Stephen Checkoway, Lars Kanis, Sergio Arbeo, Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney - -The MIT License - -Copyright 2008 -- 2023 by Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA, John Shahid, Karol Bucek, Sam Ruby, Craig Barnes, Stephen Checkoway, Lars Kanis, Sergio Arbeo, Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** marcel; version 1.0.2 -- @@ -4458,6 +4432,38 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------ + +** racc; version 1.7.1 -- +copyright Print +copyright Zhu Zuo Quan Biao Shi +Copyright (c) 1999-2006 Minero Aoki +Copyright (c) 2019 Yukihiro Matsumoto + +Copyright (C) 2019 Yukihiro Matsumoto. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ------ ** power_assert; version 2.0.3 -- @@ -5000,6 +5006,100 @@ You can redistribute it and/or modify it under either the terms of the PURPOSE. +------ + +** net-imap; version 0.3.6 -- +Copyright (c) The Internet Society (2003) +Copyright (c) 1993-2013 Yukihiro Matsumoto +Copyright (c) 2000 Shugo Maeda +Copyright (c) 2021 IETF Trust and the persons identified as the document authors + +Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +------------------------------------------------------------------------- + +This software includes documentation which has been copied from the relevant +RFCs. The copied documentation is covered by the following licenses: + +RFC 3501 (Editor: M. Crispin) +Full Copyright Statement + + Copyright (C) The Internet Society (2003). All Rights Reserved. + + This document and translations of it may be copied and furnished to + others, and derivative works that comment on or otherwise explain it + or assist in its implementation may be prepared, copied, published + and distributed, in whole or in part, without restriction of any + kind, provided that the above copyright notice and this paragraph are + included on all such copies and derivative works. However, this + document itself may not be modified in any way, such as by removing + the copyright notice or references to the Internet Society or other + Internet organizations, except as needed for the purpose of + developing Internet standards in which case the procedures for + copyrights defined in the Internet Standards process must be + followed, or as required to translate it into languages other than + English. + + The limited permissions granted above are perpetual and will not be + revoked by the Internet Society or its successors or assigns. v This + document and the information contained herein is provided on an "AS + IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK + FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT + LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL + NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY + OR FITNESS FOR A PARTICULAR PURPOSE. + + +RFC9051 (Editors: A. Melnikov, B. Leiba) +Copyright Notice + + Copyright (c) 2021 IETF Trust and the persons identified as the + document authors. All rights reserved. + + This document is subject to BCP 78 and the IETF Trust's Legal + Provisions Relating to IETF Documents + (https://trustee.ietf.org/license-info) in effect on the date of + publication of this document. Please review these documents + carefully, as they describe your rights and restrictions with respect + to this document. Code Components extracted from this document must + include Simplified BSD License text as described in Section 4.e of + the Trust Legal Provisions and are provided without warranty as + described in the Simplified BSD License. + + This document may contain material from IETF Documents or IETF + Contributions published or made publicly available before November + 10, 2008. The person(s) controlling the copyright in some of this + material may not have granted the IETF Trust the right to allow + modifications of such material outside the IETF Standards Process. + Without obtaining an adequate license from the person(s) controlling + the copyright in such materials, this document may not be modified + outside the IETF Standards Process, and derivative works of it may + not be created outside the IETF Standards Process, except to format + it for publication as an RFC or to translate it into languages other + than English. + + ------ ** date; version 3.3.3 -- From 5041f11b70e4d2fa73e8bc2982e4c648dedf0818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:05:31 +0000 Subject: [PATCH 14/15] Bump good_job from 3.15.13 to 3.15.14 Bumps [good_job](https://github.com/bensheldon/good_job) from 3.15.13 to 3.15.14. - [Release notes](https://github.com/bensheldon/good_job/releases) - [Changelog](https://github.com/bensheldon/good_job/blob/main/CHANGELOG.md) - [Commits](https://github.com/bensheldon/good_job/compare/v3.15.13...v3.15.14) --- updated-dependencies: - dependency-name: good_job dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 192422ebe..eeb6f392e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM raabro (~> 1.4) globalid (1.1.0) activesupport (>= 5.0) - good_job (3.15.13) + good_job (3.15.14) activejob (>= 6.0.0) activerecord (>= 6.0.0) concurrent-ruby (>= 1.0.2) @@ -284,7 +284,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.5.9) - nokogiri (1.15.2) + nokogiri (1.15.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) orm_adapter (0.5.0) From 2eccb934d82ef1967c8694bf24876f7796e8d1d4 Mon Sep 17 00:00:00 2001 From: dependabot-notice-ruby-update Date: Mon, 10 Jul 2023 15:06:43 +0000 Subject: [PATCH 15/15] [dependabot skip] Update NOTICE-ruby --- NOTICE-ruby | 162 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 128 insertions(+), 34 deletions(-) diff --git a/NOTICE-ruby b/NOTICE-ruby index 86e63b33f..527119431 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -2998,6 +2998,8 @@ Copyright (c) 2010-2015, The Dojo Foundation ** mime-types; version 3.4.1 -- Copyright 2003-2019 Austin Ziegler and contributors. ** mime-types-data; version 3.2022.0105 -- +** minitest; version 5.18.1 -- +Copyright (c) Ryan Davis, seattle.rb ** qx; version 0.1.1 -- ** rack; version 2.2.7 -- Copyright (c) 2009-2018 Michael Fellinger @@ -4123,40 +4125,6 @@ You can redistribute it and/or modify it under either the terms of the PURPOSE. ------- - -** nokogiri; version 1.15.2 -- -Copyright 2010 Google Inc. -Copyright 2011 Google Inc. -Copyright 2018 Craig Barnes -Copyright 2017-2018 Craig Barnes -Copyright 2018 Stephen Checkoway -Copyright (c) 1998-2003 Daniel Veillard -Copyright (c) 1998-2012 Daniel Veillard -Copyright (c) 2001-2002 Daniel Veillard -copyrighted by the Free Software Foundation -Copyright 2013-2021 Sam Ruby, Stephen Checkoway -Copyright (c) 1991 Free Software Foundation, Inc. -Copyright 1992-2022 Free Software Foundation, Inc. -Copyright 1992-2023 Free Software Foundation, Inc. -Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler -Copyright (c) 2001-2003 Thai Open Source Software Center Ltd -Copyright (c) 2008-2009 Bjoern Hoehrmann -Copyright (c) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard -Copyright (c) 2001-2002, SourceForge ISO-RELAX Project (ASAMI Tomoharu, Daisuke Okajima, Kohsuke Kawaguchi, and MURATA Makoto) -Copyright 2008 2023 by Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA, John Shahid, Karol Bucek, Sam Ruby, Craig Barnes, Stephen Checkoway, Lars Kanis, Sergio Arbeo, Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney - -The MIT License - -Copyright 2008 -- 2023 by Mike Dalessio, Aaron Patterson, Yoko Harada, Akinori MUSHA, John Shahid, Karol Bucek, Sam Ruby, Craig Barnes, Stephen Checkoway, Lars Kanis, Sergio Arbeo, Timothy Elliott, Nobuyoshi Nakada, Charles Nutter, Patrick Mahoney. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - ------ ** marcel; version 1.0.2 -- @@ -4458,6 +4426,38 @@ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +------ + +** racc; version 1.7.1 -- +copyright Print +copyright Zhu Zuo Quan Biao Shi +Copyright (c) 1999-2006 Minero Aoki +Copyright (c) 2019 Yukihiro Matsumoto + +Copyright (C) 2019 Yukihiro Matsumoto. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + + ------ ** power_assert; version 2.0.3 -- @@ -5000,6 +5000,100 @@ You can redistribute it and/or modify it under either the terms of the PURPOSE. +------ + +** net-imap; version 0.3.6 -- +Copyright (c) The Internet Society (2003) +Copyright (c) 1993-2013 Yukihiro Matsumoto +Copyright (c) 2000 Shugo Maeda +Copyright (c) 2021 IETF Trust and the persons identified as the document authors + +Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright +notice, this list of conditions and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +------------------------------------------------------------------------- + +This software includes documentation which has been copied from the relevant +RFCs. The copied documentation is covered by the following licenses: + +RFC 3501 (Editor: M. Crispin) +Full Copyright Statement + + Copyright (C) The Internet Society (2003). All Rights Reserved. + + This document and translations of it may be copied and furnished to + others, and derivative works that comment on or otherwise explain it + or assist in its implementation may be prepared, copied, published + and distributed, in whole or in part, without restriction of any + kind, provided that the above copyright notice and this paragraph are + included on all such copies and derivative works. However, this + document itself may not be modified in any way, such as by removing + the copyright notice or references to the Internet Society or other + Internet organizations, except as needed for the purpose of + developing Internet standards in which case the procedures for + copyrights defined in the Internet Standards process must be + followed, or as required to translate it into languages other than + English. + + The limited permissions granted above are perpetual and will not be + revoked by the Internet Society or its successors or assigns. v This + document and the information contained herein is provided on an "AS + IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK + FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT + LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL + NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY + OR FITNESS FOR A PARTICULAR PURPOSE. + + +RFC9051 (Editors: A. Melnikov, B. Leiba) +Copyright Notice + + Copyright (c) 2021 IETF Trust and the persons identified as the + document authors. All rights reserved. + + This document is subject to BCP 78 and the IETF Trust's Legal + Provisions Relating to IETF Documents + (https://trustee.ietf.org/license-info) in effect on the date of + publication of this document. Please review these documents + carefully, as they describe your rights and restrictions with respect + to this document. Code Components extracted from this document must + include Simplified BSD License text as described in Section 4.e of + the Trust Legal Provisions and are provided without warranty as + described in the Simplified BSD License. + + This document may contain material from IETF Documents or IETF + Contributions published or made publicly available before November + 10, 2008. The person(s) controlling the copyright in some of this + material may not have granted the IETF Trust the right to allow + modifications of such material outside the IETF Standards Process. + Without obtaining an adequate license from the person(s) controlling + the copyright in such materials, this document may not be modified + outside the IETF Standards Process, and derivative works of it may + not be created outside the IETF Standards Process, except to format + it for publication as an RFC or to translate it into languages other + than English. + + ------ ** date; version 3.3.3 --