Skip to content

Commit 89c49f1

Browse files
Merge pull request #219 from microsoftgraph/dependabot/bundler/graph-sample/turbo-rails-2.0.12
Bump turbo-rails from 2.0.11 to 2.0.12 in /graph-sample
2 parents 07cd20c + 429247c commit 89c49f1

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

graph-sample/Gemfile.lock

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
public_suffix (>= 2.0.2, < 7.0)
8484
base64 (0.2.0)
8585
benchmark (0.4.0)
86-
bigdecimal (3.1.8)
86+
bigdecimal (3.1.9)
8787
bindex (0.8.1)
8888
bootsnap (1.18.4)
8989
msgpack (~> 1.2)
@@ -98,11 +98,11 @@ GEM
9898
regexp_parser (>= 1.5, < 3.0)
9999
xpath (~> 3.2)
100100
cgi (0.4.1)
101-
concurrent-ruby (1.3.4)
102-
connection_pool (2.4.1)
101+
concurrent-ruby (1.3.5)
102+
connection_pool (2.5.0)
103103
crass (1.0.6)
104104
csv (3.3.0)
105-
date (3.4.0)
105+
date (3.4.1)
106106
debug (1.10.0)
107107
irb (~> 1.10)
108108
reline (>= 0.3.8)
@@ -121,14 +121,15 @@ GEM
121121
csv
122122
mini_mime (>= 1.0.0)
123123
multi_xml (>= 0.5.2)
124-
i18n (1.14.6)
124+
i18n (1.14.7)
125125
concurrent-ruby (~> 1.0)
126126
importmap-rails (2.1.0)
127127
actionpack (>= 6.0.0)
128128
activesupport (>= 6.0.0)
129129
railties (>= 6.0.0)
130130
io-console (0.8.0)
131-
irb (1.14.3)
131+
irb (1.15.1)
132+
pp (>= 0.6.0)
132133
rdoc (>= 4.0.0)
133134
reline (>= 0.4.2)
134135
jbuilder (2.13.0)
@@ -137,8 +138,8 @@ GEM
137138
json (2.7.2)
138139
jwt (2.9.3)
139140
base64
140-
logger (1.6.4)
141-
loofah (2.23.1)
141+
logger (1.6.6)
142+
loofah (2.24.0)
142143
crass (~> 1.0.2)
143144
nokogiri (>= 1.12.0)
144145
mail (2.8.1)
@@ -166,7 +167,7 @@ GEM
166167
net-smtp (0.5.0)
167168
net-protocol
168169
nio4r (2.7.4)
169-
nokogiri (1.17.2-x86_64-linux)
170+
nokogiri (1.18.3-x86_64-linux-gnu)
170171
racc (~> 1.4)
171172
oauth2 (2.0.9)
172173
faraday (>= 0.17.3, < 3.0)
@@ -186,20 +187,24 @@ GEM
186187
actionpack (>= 4.2)
187188
omniauth (~> 2.0)
188189
ostruct (0.6.1)
189-
psych (5.2.2)
190+
pp (0.6.2)
191+
prettyprint
192+
prettyprint (0.2.0)
193+
psych (5.2.3)
190194
date
191195
stringio
192196
public_suffix (6.0.1)
193197
puma (6.6.0)
194198
nio4r (~> 2.0)
195199
racc (1.8.1)
196-
rack (3.1.8)
200+
rack (3.1.10)
197201
rack-protection (4.0.0)
198202
base64 (>= 0.1.0)
199203
rack (>= 3.0.0, < 4)
200-
rack-session (2.0.0)
204+
rack-session (2.1.0)
205+
base64 (>= 0.1.0)
201206
rack (>= 3.0.0)
202-
rack-test (2.1.0)
207+
rack-test (2.2.0)
203208
rack (>= 1.3)
204209
rackup (2.2.1)
205210
rack (>= 3)
@@ -233,7 +238,7 @@ GEM
233238
thor (~> 1.0, >= 1.2.2)
234239
zeitwerk (~> 2.6)
235240
rake (13.2.1)
236-
rdoc (6.10.0)
241+
rdoc (6.12.0)
237242
psych (>= 4.0.0)
238243
regexp_parser (2.9.2)
239244
reline (0.6.0)
@@ -258,10 +263,10 @@ GEM
258263
sqlite3 (2.6.0-x86_64-linux-gnu)
259264
stimulus-rails (1.3.4)
260265
railties (>= 6.0.0)
261-
stringio (3.1.2)
266+
stringio (3.1.5)
262267
thor (1.3.2)
263268
timeout (0.4.1)
264-
turbo-rails (2.0.11)
269+
turbo-rails (2.0.12)
265270
actionpack (>= 6.0.0)
266271
railties (>= 6.0.0)
267272
tzinfo (2.0.6)
@@ -284,7 +289,7 @@ GEM
284289
websocket-extensions (0.1.5)
285290
xpath (3.2.0)
286291
nokogiri (~> 1.8)
287-
zeitwerk (2.7.1)
292+
zeitwerk (2.7.2)
288293

289294
PLATFORMS
290295
x86_64-linux

0 commit comments

Comments
 (0)