Skip to content
Merged
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 @@ -14,7 +14,7 @@ group :development do
gem "rubocop-performance", "~> 1"
gem "rubocop-rspec", "~> 3"
gem "rubygems-await", "~> 0.5.4"
gem "sigstore-cli", "~> 0.2.1"
gem "sigstore-cli", "~> 0.2.2"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1"
gem "vcr", "~> 6.3", ">= 6.3.1"
Expand Down
27 changes: 14 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ GEM
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.3.0)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crack (1.0.0)
crack (1.0.1)
bigdecimal
rexml
date (3.4.1)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.15.1)
json (2.15.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
Expand All @@ -97,7 +97,7 @@ GEM
nio4r (2.7.4)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
parser (3.3.10.0)
ast (~> 2.4.1)
racc
pp (0.6.3)
Expand Down Expand Up @@ -136,20 +136,20 @@ GEM
io-console (~> 0.5)
retryable (3.0.5)
rexml (3.4.4)
rspec (3.13.1)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.5)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
rspec-mocks (3.13.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
rubocop (1.81.1)
rubocop (1.81.6)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -185,12 +185,13 @@ GEM
rubygems-await (0.5.4)
bundler (>= 2.2)
securerandom (0.4.1)
sigstore (0.2.1)
sigstore (0.2.2)
logger
net-http
protobug_sigstore_protos (~> 0.1.0)
uri
sigstore-cli (0.2.1)
sigstore (= 0.2.1)
sigstore-cli (0.2.2)
sigstore (= 0.2.2)
thor
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -211,7 +212,7 @@ GEM
uri (1.0.4)
vcr (6.3.1)
base64
webmock (3.25.1)
webmock (3.26.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -232,7 +233,7 @@ DEPENDENCIES
rubocop-performance (~> 1)
rubocop-rspec (~> 3)
rubygems-await (~> 0.5.4)
sigstore-cli (~> 0.2.1)
sigstore-cli (~> 0.2.2)
simplecov (~> 0.22)
simplecov-erb (~> 1)
vcr (~> 6.3, >= 6.3.1)
Expand Down
Binary file removed vendor/cache/bigdecimal-3.3.0.gem
Binary file not shown.
Binary file added vendor/cache/bigdecimal-3.3.1.gem
Binary file not shown.
Binary file removed vendor/cache/crack-1.0.0.gem
Binary file not shown.
Binary file added vendor/cache/crack-1.0.1.gem
Binary file not shown.
Binary file removed vendor/cache/json-2.15.1.gem
Binary file not shown.
Binary file added vendor/cache/json-2.15.2.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-3.13.1.gem
Binary file not shown.
Binary file added vendor/cache/rspec-3.13.2.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-core-3.13.5.gem
Binary file not shown.
Binary file added vendor/cache/rspec-core-3.13.6.gem
Binary file not shown.
Binary file removed vendor/cache/rspec-mocks-3.13.5.gem
Binary file not shown.
Binary file added vendor/cache/rspec-mocks-3.13.6.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.81.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.81.6.gem
Binary file not shown.
Binary file removed vendor/cache/sigstore-0.2.1.gem
Binary file not shown.
Binary file added vendor/cache/sigstore-0.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/sigstore-cli-0.2.1.gem
Binary file not shown.
Binary file added vendor/cache/sigstore-cli-0.2.2.gem
Binary file not shown.
Binary file removed vendor/cache/webmock-3.25.1.gem
Binary file not shown.
Binary file added vendor/cache/webmock-3.26.0.gem
Binary file not shown.