From 16b66352480cf570d3dfdc54aea50f82347ad8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:57:41 +0000 Subject: [PATCH] Bump rexml from 3.3.2 to 3.3.3 Bumps [rexml](https://github.com/ruby/rexml) from 3.3.2 to 3.3.3. - [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.2...v3.3.3) --- updated-dependencies: - dependency-name: rexml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8e4eaabe5..443f38dd8 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'mini_racer' gem 'bootsnap', '~> 1.4.2' # rexml gem is a bundled gem since Ruby 3.0.0. -gem 'rexml', '~> 3.3.2' +gem 'rexml', '~> 3.3.3' gem 'normalize-rails' gem 'interactor' diff --git a/Gemfile.lock b/Gemfile.lock index 6163892bf..48d460a6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -345,7 +345,7 @@ GEM responders (3.1.0) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.2) + rexml (3.3.3) strscan rspec (3.12.0) rspec-core (~> 3.12.0) @@ -481,7 +481,7 @@ DEPENDENCIES rails (= 6.1.7.6) rails-controller-testing record_tag_helper (~> 1.0) - rexml (~> 3.3.2) + rexml (~> 3.3.3) rspec-rails rubocop (~> 0.62.0) sassc-rails