Skip to content

Commit 35980b0

Browse files
committed
gem fixes
1 parent b39dda1 commit 35980b0

12 files changed

+26
-1
lines changed

.bundle/config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ BUNDLE_CACHE_PATH: "vendor/cache"
55
BUNDLE_CACHE_ALL: "true"
66
BUNDLE_SPECIFIC_PLATFORM: "true"
77
BUNDLE_NO_INSTALL: "true"
8-
BUNDLE_DEPLOYMENT: "true"

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ group :development do
1111
gem "rubocop-github", "~> 0.26"
1212
gem "rubocop-performance", "~> 1"
1313
gem "rubocop-rspec", "~> 3"
14+
gem "rubygems-await", "~> 0.5.4"
15+
gem "sigstore-cli", "~> 0.2.1"
1416
gem "simplecov", "~> 0.22"
1517
gem "simplecov-erb", "~> 1"
1618
gem "vcr", "~> 6.3", ">= 6.3.1"

Gemfile.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ GEM
9696
ruby2_keywords (~> 0.0.1)
9797
mustermann-grape (1.1.0)
9898
mustermann (>= 1.0.0)
99+
net-http (0.6.0)
100+
uri
99101
nio4r (2.7.4)
100102
parallel (1.27.0)
101103
parser (3.3.8.0)
@@ -105,6 +107,16 @@ GEM
105107
prettyprint
106108
prettyprint (0.2.0)
107109
prism (1.4.0)
110+
protobug (0.1.0)
111+
protobug_googleapis_field_behavior_protos (0.1.0)
112+
protobug (= 0.1.0)
113+
protobug_well_known_protos (= 0.1.0)
114+
protobug_sigstore_protos (0.1.0)
115+
protobug (= 0.1.0)
116+
protobug_googleapis_field_behavior_protos (= 0.1.0)
117+
protobug_well_known_protos (= 0.1.0)
118+
protobug_well_known_protos (0.1.0)
119+
protobug (= 0.1.0)
108120
psych (5.2.6)
109121
date
110122
stringio
@@ -172,7 +184,16 @@ GEM
172184
rubocop (~> 1.72, >= 1.72.1)
173185
ruby-progressbar (1.13.0)
174186
ruby2_keywords (0.0.5)
187+
rubygems-await (0.5.4)
188+
bundler (>= 2.2)
175189
securerandom (0.4.1)
190+
sigstore (0.2.1)
191+
net-http
192+
protobug_sigstore_protos (~> 0.1.0)
193+
uri
194+
sigstore-cli (0.2.1)
195+
sigstore (= 0.2.1)
196+
thor
176197
simplecov (0.22.0)
177198
docile (~> 1.1)
178199
simplecov-html (~> 0.11)
@@ -182,6 +203,7 @@ GEM
182203
simplecov-html (0.13.1)
183204
simplecov_json_formatter (0.1.4)
184205
stringio (3.1.7)
206+
thor (1.3.2)
185207
tzinfo (2.0.6)
186208
concurrent-ruby (~> 1.0)
187209
unicode-display_width (3.1.4)
@@ -208,6 +230,8 @@ DEPENDENCIES
208230
rubocop-github (~> 0.26)
209231
rubocop-performance (~> 1)
210232
rubocop-rspec (~> 3)
233+
rubygems-await (~> 0.5.4)
234+
sigstore-cli (~> 0.2.1)
211235
simplecov (~> 0.22)
212236
simplecov-erb (~> 1)
213237
vcr (~> 6.3, >= 6.3.1)

vendor/cache/net-http-0.6.0.gem

52 KB
Binary file not shown.

vendor/cache/protobug-0.1.0.gem

15.5 KB
Binary file not shown.
Binary file not shown.
18.5 KB
Binary file not shown.
36.5 KB
Binary file not shown.
12.9 MB
Binary file not shown.

vendor/cache/sigstore-0.2.1.gem

45.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)