Skip to content

Commit f0a8350

Browse files
committed
$ bundle update
1 parent 3ebc171 commit f0a8350

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/mongodb/mongoid.git
3-
revision: 4e32de88d8dc0c194208b9af5e3e6b1c75f0197c
3+
revision: 8c5b58fe8b6800cb6fc02006b5ba9a222f351a94
44
specs:
55
mongoid (9.0.2)
66
activemodel (>= 5.1, < 8.1, != 7.0.0)
@@ -87,7 +87,7 @@ GEM
8787
benchmark (0.4.0)
8888
bigdecimal (3.1.9)
8989
bindex (0.8.1)
90-
brakeman (7.0.0)
90+
brakeman (7.0.2)
9191
racc
9292
bson (5.0.2)
9393
builder (3.3.0)
@@ -103,7 +103,7 @@ GEM
103103
childprocess (5.1.0)
104104
logger (~> 1.5)
105105
concurrent-ruby (1.3.5)
106-
connection_pool (2.5.0)
106+
connection_pool (2.5.1)
107107
crass (1.0.6)
108108
css_parser (1.21.1)
109109
addressable
@@ -119,7 +119,7 @@ GEM
119119
factory_bot_rails (6.4.4)
120120
factory_bot (~> 6.5)
121121
railties (>= 5.0.0)
122-
faraday (2.12.2)
122+
faraday (2.13.0)
123123
faraday-net_http (>= 2.0, < 3.5)
124124
json
125125
logger
@@ -135,7 +135,7 @@ GEM
135135
i18n (1.14.7)
136136
concurrent-ruby (~> 1.0)
137137
io-console (0.8.0)
138-
irb (1.15.1)
138+
irb (1.15.2)
139139
pp (>= 0.6.0)
140140
rdoc (>= 4.0.0)
141141
reline (>= 0.4.2)
@@ -153,7 +153,7 @@ GEM
153153
letter_opener (~> 1.9)
154154
railties (>= 6.1)
155155
rexml
156-
logger (1.6.6)
156+
logger (1.7.0)
157157
loofah (2.24.0)
158158
crass (~> 1.0.2)
159159
nokogiri (>= 1.12.0)
@@ -172,7 +172,7 @@ GEM
172172
bigdecimal (~> 3.1)
173173
net-http (0.6.0)
174174
uri
175-
net-imap (0.5.6)
175+
net-imap (0.5.7)
176176
date
177177
net-protocol
178178
net-pop (0.1.2)
@@ -182,11 +182,11 @@ GEM
182182
net-smtp (0.5.1)
183183
net-protocol
184184
nio4r (2.7.4)
185-
nokogiri (1.18.6-aarch64-linux-gnu)
185+
nokogiri (1.18.8-aarch64-linux-gnu)
186186
racc (~> 1.4)
187-
nokogiri (1.18.6-arm64-darwin)
187+
nokogiri (1.18.8-arm64-darwin)
188188
racc (~> 1.4)
189-
nokogiri (1.18.6-x86_64-linux-gnu)
189+
nokogiri (1.18.8-x86_64-linux-gnu)
190190
racc (~> 1.4)
191191
oauth2 (2.0.9)
192192
faraday (>= 0.17.3, < 3.0)
@@ -227,7 +227,7 @@ GEM
227227
puma (6.6.0)
228228
nio4r (~> 2.0)
229229
racc (1.8.1)
230-
rack (3.1.12)
230+
rack (3.1.13)
231231
rack-protection (4.1.1)
232232
base64 (>= 0.1.0)
233233
logger (>= 1.6.0)
@@ -269,12 +269,12 @@ GEM
269269
thor (~> 1.0, >= 1.2.2)
270270
zeitwerk (~> 2.6)
271271
rake (13.2.1)
272-
rdoc (6.13.0)
272+
rdoc (6.13.1)
273273
psych (>= 4.0.0)
274274
redis-client (0.24.0)
275275
connection_pool
276276
regexp_parser (2.10.0)
277-
reline (0.6.0)
277+
reline (0.6.1)
278278
io-console (~> 0.5)
279279
rexml (3.4.1)
280280
roadie (5.2.1)
@@ -310,7 +310,7 @@ GEM
310310
snaky_hash (2.0.1)
311311
hashie
312312
version_gem (~> 1.1, >= 1.1.1)
313-
stringio (3.1.6)
313+
stringio (3.1.7)
314314
temple (0.10.3)
315315
thor (1.3.2)
316316
tilt (2.6.0)
@@ -319,7 +319,7 @@ GEM
319319
concurrent-ruby (~> 1.0)
320320
uri (1.0.3)
321321
useragent (0.16.11)
322-
version_gem (1.1.6)
322+
version_gem (1.1.7)
323323
web-console (4.2.1)
324324
actionview (>= 6.0.0)
325325
activemodel (>= 6.0.0)

0 commit comments

Comments
 (0)