From 102dade9a2d4d465a1808cb8c54fc8452cad1270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 22:00:22 +0000 Subject: [PATCH] Bump rexml from 3.2.6 to 3.2.8 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. - [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.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 71bc15c..6f9dfdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - localize-ruby-client (0.1.0) + client (0.0.1) activesupport (~> 7.1.2) httparty (~> 0.21.0) jwt (~> 2.8, >= 2.8.1) @@ -116,7 +116,8 @@ GEM regexp_parser (2.9.0) reline (0.4.3) io-console (~> 0.5) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -146,6 +147,7 @@ GEM ruby-progressbar (1.13.0) rubyzip (2.3.2) stringio (3.1.0) + strscan (3.1.0) thor (1.3.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -159,10 +161,10 @@ PLATFORMS DEPENDENCIES activesupport (~> 7.1.2) + client! dotenv-rails (~> 3.1) httparty (~> 0.21.0) jwt (~> 2.8) - localize-ruby-client! openssl (~> 3.1) rake (~> 13.0) rspec (~> 3.0)