Skip to content

Commit 973e740

Browse files
authored
Merge pull request #96 from github/dependabot/bundler/dev-ruby-dependencies-9670a97c55
Bump the dev-ruby-dependencies group with 4 updates
2 parents e9dc28e + 70e2f7e commit 973e740

24 files changed

+15
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group :development do
1414
gem "rubocop-performance", "~> 1"
1515
gem "rubocop-rspec", "~> 3"
1616
gem "rubygems-await", "~> 0.5.4"
17-
gem "sigstore-cli", "~> 0.2.1"
17+
gem "sigstore-cli", "~> 0.2.2"
1818
gem "simplecov", "~> 0.22"
1919
gem "simplecov-erb", "~> 1"
2020
gem "vcr", "~> 6.3", ">= 6.3.1"

Gemfile.lock

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ GEM
2929
ast (2.4.3)
3030
base64 (0.3.0)
3131
benchmark (0.4.1)
32-
bigdecimal (3.3.0)
32+
bigdecimal (3.3.1)
3333
concurrent-ruby (1.3.5)
3434
connection_pool (2.5.4)
35-
crack (1.0.0)
35+
crack (1.0.1)
3636
bigdecimal
3737
rexml
3838
date (3.4.1)
@@ -83,7 +83,7 @@ GEM
8383
pp (>= 0.6.0)
8484
rdoc (>= 4.0.0)
8585
reline (>= 0.4.2)
86-
json (2.15.1)
86+
json (2.15.2)
8787
language_server-protocol (3.17.0.5)
8888
lint_roller (1.1.0)
8989
logger (1.7.0)
@@ -97,7 +97,7 @@ GEM
9797
nio4r (2.7.4)
9898
ostruct (0.6.3)
9999
parallel (1.27.0)
100-
parser (3.3.9.0)
100+
parser (3.3.10.0)
101101
ast (~> 2.4.1)
102102
racc
103103
pp (0.6.3)
@@ -136,20 +136,20 @@ GEM
136136
io-console (~> 0.5)
137137
retryable (3.0.5)
138138
rexml (3.4.4)
139-
rspec (3.13.1)
139+
rspec (3.13.2)
140140
rspec-core (~> 3.13.0)
141141
rspec-expectations (~> 3.13.0)
142142
rspec-mocks (~> 3.13.0)
143-
rspec-core (3.13.5)
143+
rspec-core (3.13.6)
144144
rspec-support (~> 3.13.0)
145145
rspec-expectations (3.13.5)
146146
diff-lcs (>= 1.2.0, < 2.0)
147147
rspec-support (~> 3.13.0)
148-
rspec-mocks (3.13.5)
148+
rspec-mocks (3.13.6)
149149
diff-lcs (>= 1.2.0, < 2.0)
150150
rspec-support (~> 3.13.0)
151151
rspec-support (3.13.6)
152-
rubocop (1.81.1)
152+
rubocop (1.81.6)
153153
json (~> 2.3)
154154
language_server-protocol (~> 3.17.0.2)
155155
lint_roller (~> 1.1.0)
@@ -185,12 +185,13 @@ GEM
185185
rubygems-await (0.5.4)
186186
bundler (>= 2.2)
187187
securerandom (0.4.1)
188-
sigstore (0.2.1)
188+
sigstore (0.2.2)
189+
logger
189190
net-http
190191
protobug_sigstore_protos (~> 0.1.0)
191192
uri
192-
sigstore-cli (0.2.1)
193-
sigstore (= 0.2.1)
193+
sigstore-cli (0.2.2)
194+
sigstore (= 0.2.2)
194195
thor
195196
simplecov (0.22.0)
196197
docile (~> 1.1)
@@ -211,7 +212,7 @@ GEM
211212
uri (1.0.4)
212213
vcr (6.3.1)
213214
base64
214-
webmock (3.25.1)
215+
webmock (3.26.0)
215216
addressable (>= 2.8.0)
216217
crack (>= 0.3.2)
217218
hashdiff (>= 0.4.0, < 2.0.0)
@@ -232,7 +233,7 @@ DEPENDENCIES
232233
rubocop-performance (~> 1)
233234
rubocop-rspec (~> 3)
234235
rubygems-await (~> 0.5.4)
235-
sigstore-cli (~> 0.2.1)
236+
sigstore-cli (~> 0.2.2)
236237
simplecov (~> 0.22)
237238
simplecov-erb (~> 1)
238239
vcr (~> 6.3, >= 6.3.1)

vendor/cache/bigdecimal-3.3.0.gem

-83 KB
Binary file not shown.

vendor/cache/bigdecimal-3.3.1.gem

83 KB
Binary file not shown.

vendor/cache/crack-1.0.0.gem

-10.5 KB
Binary file not shown.

vendor/cache/crack-1.0.1.gem

10.5 KB
Binary file not shown.

vendor/cache/json-2.15.1.gem

-77 KB
Binary file not shown.

vendor/cache/json-2.15.2.gem

77 KB
Binary file not shown.

vendor/cache/parser-3.3.10.0.gem

891 KB
Binary file not shown.

vendor/cache/parser-3.3.9.0.gem

-891 KB
Binary file not shown.

0 commit comments

Comments
 (0)