From 738c0883e22f75973ca3200fe5f5d639e7a76664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 06:30:18 +0000 Subject: [PATCH] build(deps): bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [rexml](https://github.com/ruby/rexml). Updates `rubocop` from 1.65.0 to 1.65.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.0...v1.65.1) Updates `rexml` from 3.3.3 to 3.3.4 - [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.3...v3.3.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler - dependency-name: rexml dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ec4281812..aa8caeba5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -110,9 +110,9 @@ GEM rb-inotify (0.11.1) ffi (~> 1.0) regexp_parser (2.9.2) - rexml (3.3.3) + rexml (3.3.4) strscan - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10)