From 687318abcddae7d3686cd2a789365ee221356737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:53:15 +0000 Subject: [PATCH 1/2] Bump activerecord-nulldb-adapter from 0.9.0 to 1.0.1 Bumps [activerecord-nulldb-adapter](https://github.com/nulldb/nulldb) from 0.9.0 to 1.0.1. - [Release notes](https://github.com/nulldb/nulldb/releases) - [Changelog](https://github.com/nulldb/nulldb/blob/master/CHANGES.md) - [Commits](https://github.com/nulldb/nulldb/compare/v0.9.0...v1.0.1) --- updated-dependencies: - dependency-name: activerecord-nulldb-adapter dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d30dae9f1d..be7e2397ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,8 +55,8 @@ GEM activerecord (6.1.7.6) activemodel (= 6.1.7.6) activesupport (= 6.1.7.6) - activerecord-nulldb-adapter (0.9.0) - activerecord (>= 5.2.0, < 7.1) + activerecord-nulldb-adapter (1.0.1) + activerecord (>= 5.2.0, < 7.2) activerecord_json_validator (2.1.5) activerecord (>= 4.2.0, < 8) json_schemer (~> 0.2.18) From 9f9d7d66417025525e56217b85838b1804eeb961 Mon Sep 17 00:00:00 2001 From: aaronskiba Date: Fri, 22 Dec 2023 09:58:39 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db46a96bc8..40fde76a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ### Added + - Bump activerecord-nulldb-adapter from 0.9.0 to 1.0.1 [#567](https://github.com/portagenetwork/roadmap/pull/567) + - Bump recaptcha from 5.15.0 to 5.16.0 [#568](https://github.com/portagenetwork/roadmap/pull/568) - Bump tinymce from 5.10.0 to 5.10.9 [#530](https://github.com/portagenetwork/roadmap/pull/530)