Skip to content

Commit 0f21cee

Browse files
committed
examples: update dependencies
1 parent d807256 commit 0f21cee

3 files changed

Lines changed: 130 additions & 119 deletions

File tree

examples/cloud-run/Gemfile.lock

Lines changed: 44 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GIT
22
remote: https://github.com/keypup-io/cloudtasker.git
3-
revision: 25f1f8e9a7e6df9b7c7e57f8eff601ecccdbe430
3+
revision: d807256302db2579856f3423a40df62cefa33e73
44
specs:
5-
cloudtasker (0.14.0)
5+
cloudtasker (0.15.rc3)
66
activesupport
77
connection_pool
88
fugit
@@ -87,19 +87,19 @@ GEM
8787
minitest (>= 5.1)
8888
securerandom (>= 0.3)
8989
tzinfo (~> 2.0, >= 2.0.5)
90-
addressable (2.8.7)
91-
public_suffix (>= 2.0.2, < 7.0)
90+
addressable (2.8.9)
91+
public_suffix (>= 2.0.2, < 8.0)
9292
base64 (0.3.0)
9393
benchmark (0.5.0)
94-
bigdecimal (3.3.1)
94+
bigdecimal (4.0.1)
9595
builder (3.3.0)
96-
cgi (0.5.0)
97-
concurrent-ruby (1.3.5)
98-
connection_pool (2.5.4)
96+
cgi (0.5.1)
97+
concurrent-ruby (1.3.6)
98+
connection_pool (3.0.2)
9999
crass (1.0.6)
100-
date (3.5.0)
100+
date (3.5.1)
101101
drb (2.2.3)
102-
erb (5.1.3)
102+
erb (6.0.2)
103103
erubi (1.13.1)
104104
et-orbi (1.4.0)
105105
tzinfo
@@ -109,14 +109,14 @@ GEM
109109
logger
110110
faraday-net_http (3.4.2)
111111
net-http (~> 0.5)
112-
faraday-retry (2.3.2)
112+
faraday-retry (2.4.0)
113113
faraday (~> 2.0)
114114
foreman (0.90.0)
115115
thor (~> 1.4)
116116
fugit (1.12.1)
117117
et-orbi (~> 1.4)
118118
raabro (~> 1.4)
119-
gapic-common (1.2.0)
119+
gapic-common (1.3.0)
120120
faraday (>= 1.9, < 3.a)
121121
faraday-retry (>= 1.0, < 3.a)
122122
google-cloud-env (~> 2.2)
@@ -147,42 +147,43 @@ GEM
147147
google-cloud-location (~> 1.0)
148148
grpc-google-iam-v1 (~> 1.11)
149149
google-logging-utils (0.2.0)
150-
google-protobuf (4.33.0)
150+
google-protobuf (4.34.0)
151151
bigdecimal
152-
rake (>= 13)
152+
rake (~> 13.3)
153153
googleapis-common-protos (1.7.0)
154154
google-protobuf (>= 3.18, < 5.a)
155155
googleapis-common-protos-types (~> 1.7)
156156
grpc (~> 1.41)
157157
googleapis-common-protos-types (1.22.0)
158158
google-protobuf (~> 4.26)
159-
googleauth (1.15.1)
159+
googleauth (1.16.2)
160160
faraday (>= 1.0, < 3.a)
161161
google-cloud-env (~> 2.2)
162162
google-logging-utils (~> 0.1)
163163
jwt (>= 1.4, < 4.0)
164164
multi_json (~> 1.11)
165165
os (>= 0.9, < 2.0)
166166
signet (>= 0.16, < 2.a)
167-
grpc (1.76.0)
167+
grpc (1.78.1)
168168
google-protobuf (>= 3.25, < 5.0)
169169
googleapis-common-protos-types (~> 1.0)
170170
grpc-google-iam-v1 (1.11.0)
171171
google-protobuf (>= 3.18, < 5.a)
172172
googleapis-common-protos (~> 1.7.0)
173173
grpc (~> 1.41)
174-
i18n (1.14.7)
174+
i18n (1.14.8)
175175
concurrent-ruby (~> 1.0)
176-
io-console (0.8.1)
177-
irb (1.15.2)
176+
io-console (0.8.2)
177+
irb (1.17.0)
178178
pp (>= 0.6.0)
179+
prism (>= 1.3.0)
179180
rdoc (>= 4.0.0)
180181
reline (>= 0.4.2)
181-
json (2.18.1)
182+
json (2.19.1)
182183
jwt (3.1.2)
183184
base64
184185
logger (1.7.0)
185-
loofah (2.24.1)
186+
loofah (2.25.0)
186187
crass (~> 1.0.2)
187188
nokogiri (>= 1.12.0)
188189
mail (2.9.0)
@@ -194,11 +195,13 @@ GEM
194195
marcel (1.1.0)
195196
mini_mime (1.1.5)
196197
mini_portile2 (2.8.9)
197-
minitest (5.26.0)
198-
multi_json (1.17.0)
198+
minitest (6.0.2)
199+
drb (~> 2.0)
200+
prism (~> 1.5)
201+
multi_json (1.19.1)
199202
net-http (0.9.1)
200203
uri (>= 0.11.1)
201-
net-imap (0.5.12)
204+
net-imap (0.6.3)
202205
date
203206
net-protocol
204207
net-pop (0.1.2)
@@ -207,19 +210,20 @@ GEM
207210
timeout
208211
net-smtp (0.5.1)
209212
net-protocol
210-
nio4r (2.7.4)
213+
nio4r (2.7.5)
211214
nokogiri (1.19.1)
212215
mini_portile2 (~> 2.8.2)
213216
racc (~> 1.4)
214217
os (1.1.4)
215218
pp (0.6.3)
216219
prettyprint
217220
prettyprint (0.2.0)
218-
psych (5.2.6)
221+
prism (1.9.0)
222+
psych (5.3.1)
219223
date
220224
stringio
221-
public_suffix (6.0.2)
222-
puma (7.1.0)
225+
public_suffix (7.0.5)
226+
puma (7.2.0)
223227
nio4r (~> 2.0)
224228
raabro (1.4.0)
225229
racc (1.8.1)
@@ -229,7 +233,7 @@ GEM
229233
rack (>= 3.0.0)
230234
rack-test (2.2.0)
231235
rack (>= 1.3)
232-
rackup (2.2.1)
236+
rackup (2.3.1)
233237
rack (>= 3)
234238
rails (7.2.3)
235239
actioncable (= 7.2.3)
@@ -249,8 +253,8 @@ GEM
249253
activesupport (>= 5.0.0)
250254
minitest
251255
nokogiri (>= 1.6)
252-
rails-html-sanitizer (1.6.2)
253-
loofah (~> 2.21)
256+
rails-html-sanitizer (1.7.0)
257+
loofah (~> 2.25)
254258
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
255259
railties (7.2.3)
256260
actionpack (= 7.2.3)
@@ -263,28 +267,28 @@ GEM
263267
tsort (>= 0.2)
264268
zeitwerk (~> 2.6)
265269
rake (13.3.1)
266-
rdoc (6.15.0)
270+
rdoc (7.2.0)
267271
erb
268272
psych (>= 4.0.0)
269273
tsort
270274
redis (5.4.1)
271275
redis-client (>= 0.22.0)
272-
redis-client (0.26.1)
276+
redis-client (0.27.0)
273277
connection_pool
274-
reline (0.6.2)
278+
reline (0.6.3)
275279
io-console (~> 0.5)
276-
retriable (3.1.2)
280+
retriable (3.4.1)
277281
securerandom (0.4.1)
278282
signet (0.21.0)
279283
addressable (~> 2.8)
280284
faraday (>= 0.17.5, < 3.a)
281285
jwt (>= 1.5, < 4.0)
282286
multi_json (~> 1.10)
283-
sqlite3 (2.7.4)
287+
sqlite3 (2.9.2)
284288
mini_portile2 (~> 2.8.0)
285-
stringio (3.1.7)
286-
thor (1.4.0)
287-
timeout (0.4.4)
289+
stringio (3.2.0)
290+
thor (1.5.0)
291+
timeout (0.6.1)
288292
tsort (0.2.0)
289293
tzinfo (2.0.6)
290294
concurrent-ruby (~> 1.0)
@@ -294,7 +298,7 @@ GEM
294298
base64
295299
websocket-extensions (>= 0.1.0)
296300
websocket-extensions (0.1.5)
297-
zeitwerk (2.7.3)
301+
zeitwerk (2.7.5)
298302

299303
PLATFORMS
300304
ruby

0 commit comments

Comments
 (0)