From 6eebb65a0ed3a6ffc1c7da45153d204c0e05056f Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:15:23 +0000 Subject: [PATCH] Update steep to version 1.7.0 --- Gemfile.lock | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19256a2..09644fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,37 +6,41 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7.2) + activesupport (6.1.7.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) ast (2.4.2) - concurrent-ruby (1.2.0) - csv (3.2.6) + concurrent-ruby (1.3.2) + csv (3.3.0) diff-lcs (1.5.0) docile (1.4.0) - ffi (1.15.5) - fileutils (1.7.0) - i18n (1.12.0) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) + fileutils (1.7.2) + i18n (1.14.5) concurrent-ruby (~> 1.0) - json (2.6.3) + json (2.7.2) language_server-protocol (3.17.0.3) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.5.3) - minitest (5.17.0) - parallel (1.22.1) - parser (3.2.1.0) + logger (1.6.0) + minitest (5.23.1) + parallel (1.24.0) + parser (3.3.2.0) ast (~> 2.4.1) + racc + racc (1.8.0) rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rbs (2.8.4) + rbs (3.5.1) + logger regexp_parser (2.7.0) rexml (3.2.5) rspec (3.12.0) @@ -68,7 +72,7 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) - securerandom (0.2.2) + securerandom (0.3.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) @@ -79,28 +83,28 @@ GEM language_server-protocol (~> 3.17.0.2) rubocop (= 1.44.1) rubocop-performance (= 1.15.2) - steep (1.3.0) + steep (1.7.0) activesupport (>= 5.1) + concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) fileutils (>= 1.1.0) json (>= 2.1.0) language_server-protocol (>= 3.15, < 4.0) listen (~> 3.0) logger (>= 1.3.0) - parallel (>= 1.0.0) parser (>= 3.1) rainbow (>= 2.2.2, < 4.0) - rbs (>= 2.8.0) + rbs (>= 3.5.0.pre) securerandom (>= 0.1) strscan (>= 1.0.0) terminal-table (>= 2, < 4) - strscan (3.0.5) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.2) - zeitwerk (2.6.6) + unicode-display_width (2.5.0) + zeitwerk (2.6.15) PLATFORMS x86_64-darwin-20