From f14ac02c8935ebcb47056d7759b8fba231dfdf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:41:40 +0000 Subject: [PATCH] Bump irb from 1.11.0 to 1.11.1 Bumps [irb](https://github.com/ruby/irb) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d26e70d598..d89612473f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,9 +79,9 @@ GEM concurrent-ruby (~> 1.0) io-console (0.7.1) io-like (0.3.1) - irb (1.11.0) + irb (1.11.1) rdoc - reline (>= 0.3.8) + reline (>= 0.4.2) json (2.7.1) language_server-protocol (3.17.0.3) matrix (0.4.2) @@ -144,7 +144,7 @@ GEM rdoc (6.6.2) psych (>= 4.0.0) regexp_parser (2.8.3) - reline (0.4.1) + reline (0.4.2) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0)