From cf6636ac2d51862510a0de7071fc658edec90658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:26:55 +0100 Subject: [PATCH] chore(deps-dev): bump irb from 1.7.4 to 1.8.0 (#518) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a6bcf8a..9a15f07d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,8 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) - irb (1.7.4) + irb (1.8.0) + rdoc (~> 6.5) reline (>= 0.3.6) json (2.6.3) jwt (2.7.1) @@ -120,6 +121,8 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) + psych (5.1.0) + stringio public_suffix (5.0.3) racc (1.7.1) rack (2.2.8) @@ -144,8 +147,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) + rdoc (6.5.0) + psych (>= 4.0.0) regexp_parser (2.8.1) - reline (0.3.7) + reline (0.3.8) io-console (~> 0.5) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) @@ -196,6 +201,7 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) + stringio (3.0.8) sync (0.5.0) term-ansicolor (1.7.1) tins (~> 1.0)