diff --git a/Gemfile b/Gemfile index 3093db0..505fe44 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'filelock' gem 'mono_logger' gem 'octokit' gem 'openssl', require: false -gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', tag: 'v0.4.1' +gem 'rtoolsHCK', git: 'https://github.com/HCK-CI/rtoolsHCK.git', tag: 'v0.5.1' gem 'rubyzip' gem 'sentry-ruby' gem 'sorbet-runtime' diff --git a/Gemfile.lock b/Gemfile.lock index 3ee93ce..f16b5aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GIT remote: https://github.com/HCK-CI/rtoolsHCK.git - revision: d4233ce2b54f5bcf7925173d105e8de28c192c4f - tag: v0.4.1 + revision: 171c8403d8ad3da347ecd9ef2a0db5b6f962461b + tag: v0.5.1 specs: - rtoolsHCK (0.4.1) + rtoolsHCK (0.5.1) bundler rdoc - winrm (= 2.3.4) - winrm-fs (= 1.3.4) + winrm (= 2.3.9) + winrm-fs (= 1.3.5) GEM remote: https://rubygems.org/ @@ -26,8 +26,8 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.7) - builder (3.2.4) + bigdecimal (3.1.8) + builder (3.3.0) code-scanning-rubocop (0.6.1) rubocop (~> 1.0) concurrent-ruby (1.2.3) @@ -39,12 +39,12 @@ GEM dropbox_api (0.1.21) faraday (< 3.0) oauth2 (~> 1.1) - erubi (1.12.0) + erubi (1.13.0) faraday (2.9.0) faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - ffi (1.16.3) + ffi (1.17.0-x86_64-linux-gnu) filelock (1.1.1) gssapi (1.3.1) ffi (>= 1.0.1) @@ -59,7 +59,7 @@ GEM base64 language_server-protocol (3.17.0.3) little-plugger (1.1.4) - logging (2.3.1) + logging (2.4.0) little-plugger (~> 1.1) multi_json (~> 1.14) minitest (5.22.3) @@ -70,7 +70,7 @@ GEM net-http (0.4.1) uri netrc (0.11.0) - nori (2.7.0) + nori (2.7.1) bigdecimal oauth2 (1.4.11) faraday (>= 0.17.3, < 3.0) @@ -97,10 +97,10 @@ GEM rbi (0.1.12) prism (>= 0.18.0, < 0.28) sorbet-runtime (>= 0.5.9204) - rdoc (6.6.3.1) + rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.0) - rexml (3.2.6) + rexml (3.3.7) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -128,7 +128,8 @@ GEM rubocop-ast (1.31.3) parser (>= 3.3.1.0) ruby-progressbar (1.13.0) - rubyntlm (0.6.3) + rubyntlm (0.6.5) + base64 rubyzip (2.3.2) sawyer (0.9.2) addressable (>= 2.3.5) @@ -148,7 +149,7 @@ GEM prism (>= 0.19.0) sorbet-static-and-runtime (>= 0.5.10187) thor (>= 0.19.2) - stringio (3.1.0) + stringio (3.1.1) tapioca (0.13.3) bundler (>= 2.2.25) netrc (>= 0.11.0) @@ -163,16 +164,17 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) uri (0.13.0) - winrm (2.3.4) + winrm (2.3.9) builder (>= 2.1.2) erubi (~> 1.8) gssapi (~> 1.2) gyoku (~> 1.0) httpclient (~> 2.2, >= 2.2.0.2) logging (>= 1.6.1, < 3.0) - nori (~> 2.0) - rubyntlm (~> 0.6.0, >= 0.6.1) - winrm-fs (1.3.4) + nori (~> 2.0, >= 2.7.1) + rexml (~> 3.0) + rubyntlm (~> 0.6.0, >= 0.6.3) + winrm-fs (1.3.5) erubi (~> 1.8) logging (>= 1.6.1, < 3.0) rubyzip (~> 2.0)