From 2a6ced2aac9ef6c2569f29267173e0a9c1876817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:11:42 +0000 Subject: [PATCH] build(deps): bump steep from 1.8.3 to 1.9.3 Bumps [steep](https://github.com/soutaro/steep) from 1.8.3 to 1.9.3. - [Release notes](https://github.com/soutaro/steep/releases) - [Changelog](https://github.com/soutaro/steep/blob/master/CHANGELOG.md) - [Commits](https://github.com/soutaro/steep/compare/v1.8.3...v1.9.3) --- updated-dependencies: - dependency-name: steep dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e711505..7c3b7b35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1.2) + activesupport (8.0.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -12,26 +13,28 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.8) + benchmark (0.4.0) + bigdecimal (3.1.9) concurrent-ruby (1.3.4) connection_pool (2.4.1) - csv (3.3.0) + csv (3.3.2) drb (2.2.1) ffi (1.17.0) - fileutils (1.7.2) + fileutils (1.7.3) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.4) + json (2.9.1) language_server-protocol (3.17.0.3) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.1) - minitest (5.25.1) + logger (1.6.4) + minitest (5.25.4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -40,7 +43,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.6.1) + rbs (3.8.0) logger regexp_parser (2.9.2) rubocop (1.67.0) @@ -60,8 +63,8 @@ GEM rubocop (~> 1.61) zlib ruby-progressbar (1.13.0) - securerandom (0.3.1) - steep (1.8.3) + securerandom (0.4.1) + steep (1.9.3) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) @@ -72,11 +75,12 @@ GEM logger (>= 1.3.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (~> 3.6.0) + rbs (~> 3.8) securerandom (>= 0.1) strscan (>= 1.0.0) terminal-table (>= 2, < 4) - strscan (3.1.0) + uri (>= 0.12.0) + strscan (3.1.2) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) typeprof (0.21.11) @@ -84,6 +88,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (1.0.2) zlib (3.1.1) PLATFORMS