From c66afd88f90e40b2afbd87a11161cae58bd7ecf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 07:09:34 +0800 Subject: [PATCH] Build(deps-dev): Bump rails-dom-testing from 2.0.3 to 2.1.1 (#22374) Bumps [rails-dom-testing](https://github.com/rails/rails-dom-testing) from 2.0.3 to 2.1.1. - [Release notes](https://github.com/rails/rails-dom-testing/releases) - [Commits](https://github.com/rails/rails-dom-testing/compare/v2.0.3...v2.1.1) --- updated-dependencies: - dependency-name: rails-dom-testing dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 50df3658c3e..bd629b77452 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -332,8 +332,9 @@ GEM rack rack-test (2.1.0) rack (>= 1.3) - 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)