Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.3'
gem 'rubyzip'
gem 'sentry-ruby'
gem 'sorbet-runtime'
Expand Down
42 changes: 23 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GIT
remote: https://github.com/HCK-CI/rtoolsHCK.git
revision: d4233ce2b54f5bcf7925173d105e8de28c192c4f
tag: v0.4.1
revision: ed5c35e9765e737908a90d3cefcd68d54f1080a3
tag: v0.4.3
specs:
rtoolsHCK (0.4.1)
rtoolsHCK (0.4.3)
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/
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -97,10 +97,11 @@ 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.6)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -128,7 +129,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)
Expand All @@ -148,7 +150,8 @@ GEM
prism (>= 0.19.0)
sorbet-static-and-runtime (>= 0.5.10187)
thor (>= 0.19.2)
stringio (3.1.0)
stringio (3.1.1)
strscan (3.1.0)
tapioca (0.13.3)
bundler (>= 2.2.25)
netrc (>= 0.11.0)
Expand All @@ -163,16 +166,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)
Expand Down