From 97a5f622f101241d5a06b00a0a67fa7f779c2706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 00:21:45 +0000 Subject: [PATCH] Bump rails-dom-testing from 2.0.3 to 2.1.1 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] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 03562295..15bbbc94 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :test do gem 'minitest-stub-const' gem 'mocha', :require => false gem 'rails-controller-testing' - gem 'rails-dom-testing', '~> 2.0.0' + gem 'rails-dom-testing', '~> 2.1.1' gem 'rspec-expectations' gem 'simplecov' end diff --git a/Gemfile.lock b/Gemfile.lock index 6f5fbbe3..56ddc3da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,8 +221,9 @@ GEM actionpack (>= 5.0.1.rc1) actionview (>= 5.0.1.rc1) activesupport (>= 5.0.1.rc1) - 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) @@ -376,7 +377,7 @@ DEPENDENCIES rack-mini-profiler rails (~> 6.0.0) rails-controller-testing - rails-dom-testing (~> 2.0.0) + rails-dom-testing (~> 2.1.1) rails_autolink rspec-expectations rubocop (~> 1.54)