From c6807d907e08df7f2804c1f86d8f7ba80b7241f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:23:45 +0000 Subject: [PATCH] Bump irb from 1.7.4 to 1.8.0 Bumps [irb](https://github.com/ruby/irb) from 1.7.4 to 1.8.0. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.7.4...v1.8.0) --- updated-dependencies: - dependency-name: irb dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3aad145..cbfd1d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,7 +120,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) jbuilder (2.11.5) actionview (>= 5.0.0) @@ -178,6 +179,8 @@ GEM pghero (3.3.3) activerecord (>= 6) popper_js (2.11.8) + psych (5.1.0) + stringio public_suffix (5.0.3) puma (6.3.1) nio4r (~> 2.0) @@ -224,6 +227,8 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rake (13.0.6) + rdoc (6.5.0) + psych (>= 4.0.0) redis (5.0.7) redis-client (>= 0.9.0) redis-client (0.16.0) @@ -274,6 +279,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) + stringio (3.0.8) thor (1.2.2) tilt (2.2.0) timeout (0.4.0)