Skip to content

Commit eb865a1

Browse files
Lock file maintenance
1 parent 516c483 commit eb865a1

File tree

2 files changed

+297
-280
lines changed

2 files changed

+297
-280
lines changed

Gemfile.lock

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ GEM
7676
public_suffix (>= 2.0.2, < 7.0)
7777
awesome_print (1.9.2)
7878
base64 (0.3.0)
79-
benchmark (0.4.1)
80-
bigdecimal (3.2.3)
79+
benchmark (0.5.0)
80+
bigdecimal (3.3.1)
8181
bindex (0.8.1)
8282
bootsnap (1.18.6)
8383
msgpack (~> 1.2)
84-
brakeman (7.1.0)
84+
brakeman (7.1.1)
8585
racc
8686
builder (3.3.0)
8787
byebug (12.0.0)
@@ -108,18 +108,18 @@ GEM
108108
concurrent-ruby (1.3.5)
109109
connection_pool (2.5.4)
110110
crass (1.0.6)
111-
date (3.4.1)
111+
date (3.5.0)
112112
diff-lcs (1.6.2)
113113
docile (1.4.1)
114114
dotenv (3.1.8)
115115
dotenv-rails (3.1.8)
116116
dotenv (= 3.1.8)
117117
railties (>= 6.1)
118118
drb (2.2.3)
119-
erb (5.0.2)
119+
erb (6.0.0)
120120
erubi (1.13.1)
121121
execjs (2.10.0)
122-
factory_bot (6.5.5)
122+
factory_bot (6.5.6)
123123
activesupport (>= 6.1.0)
124124
factory_bot_rails (6.5.1)
125125
factory_bot (~> 6.5)
@@ -130,7 +130,7 @@ GEM
130130
i18n (1.14.7)
131131
concurrent-ruby (~> 1.0)
132132
io-console (0.8.1)
133-
irb (1.15.2)
133+
irb (1.15.3)
134134
pp (>= 0.6.0)
135135
rdoc (>= 4.0.0)
136136
reline (>= 0.4.2)
@@ -144,7 +144,8 @@ GEM
144144
loofah (2.24.1)
145145
crass (~> 1.0.2)
146146
nokogiri (>= 1.12.0)
147-
mail (2.8.1)
147+
mail (2.9.0)
148+
logger
148149
mini_mime (>= 0.1.1)
149150
net-imap
150151
net-pop
@@ -154,11 +155,11 @@ GEM
154155
method_source (1.1.0)
155156
mini_mime (1.1.5)
156157
mini_portile2 (2.8.9)
157-
minitest (5.25.5)
158+
minitest (5.26.2)
158159
msgpack (1.8.0)
159160
mysql2 (0.5.7)
160161
bigdecimal
161-
net-imap (0.5.10)
162+
net-imap (0.5.12)
162163
date
163164
net-protocol
164165
net-pop (0.1.2)
@@ -167,11 +168,11 @@ GEM
167168
timeout
168169
net-smtp (0.5.1)
169170
net-protocol
170-
nio4r (2.7.4)
171+
nio4r (2.7.5)
171172
nokogiri (1.18.10)
172173
mini_portile2 (~> 2.8.2)
173174
racc (~> 1.4)
174-
pp (0.6.2)
175+
pp (0.6.3)
175176
prettyprint
176177
prettyprint (0.2.0)
177178
pry (0.15.2)
@@ -189,7 +190,7 @@ GEM
189190
puma (7.0.4)
190191
nio4r (~> 2.0)
191192
racc (1.8.1)
192-
rack (3.2.1)
193+
rack (3.2.4)
193194
rack-proxy (0.7.7)
194195
rack
195196
rack-session (2.1.1)
@@ -229,23 +230,24 @@ GEM
229230
thor (~> 1.0, >= 1.2.2)
230231
tsort (>= 0.2)
231232
zeitwerk (~> 2.6)
232-
rake (13.3.0)
233+
rake (13.3.1)
233234
rb-fsevent (0.11.2)
234235
rb-inotify (0.11.1)
235236
ffi (~> 1.0)
236-
rdoc (6.14.2)
237+
rdoc (6.15.1)
237238
erb
238239
psych (>= 4.0.0)
240+
tsort
239241
regexp_parser (2.11.3)
240-
reline (0.6.2)
242+
reline (0.6.3)
241243
io-console (~> 0.5)
242244
rexml (3.4.4)
243-
rspec-core (3.13.5)
245+
rspec-core (3.13.6)
244246
rspec-support (~> 3.13.0)
245247
rspec-expectations (3.13.5)
246248
diff-lcs (>= 1.2.0, < 2.0)
247249
rspec-support (~> 3.13.0)
248-
rspec-mocks (3.13.5)
250+
rspec-mocks (3.13.7)
249251
diff-lcs (>= 1.2.0, < 2.0)
250252
rspec-support (~> 3.13.0)
251253
rspec-rails (8.0.2)
@@ -274,8 +276,8 @@ GEM
274276
rubyzip (>= 1.2.2, < 3.0)
275277
websocket (~> 1.0)
276278
semantic_range (3.1.0)
277-
shoulda-matchers (6.5.0)
278-
activesupport (>= 5.2.0)
279+
shoulda-matchers (7.0.1)
280+
activesupport (>= 7.1)
279281
simplecov (0.22.0)
280282
docile (~> 1.1)
281283
simplecov-html (~> 0.11)
@@ -296,10 +298,10 @@ GEM
296298
actionpack (>= 6.1)
297299
activesupport (>= 6.1)
298300
sprockets (>= 3.0.0)
299-
stringio (3.1.7)
301+
stringio (3.1.8)
300302
thor (1.4.0)
301303
tilt (2.6.1)
302-
timeout (0.4.3)
304+
timeout (0.4.4)
303305
tsort (0.2.0)
304306
turbolinks (5.2.1)
305307
turbolinks-source (~> 5.2)
@@ -308,7 +310,7 @@ GEM
308310
concurrent-ruby (~> 1.0)
309311
uglifier (4.2.1)
310312
execjs (>= 0.3.0, < 3)
311-
uri (1.0.3)
313+
uri (1.1.1)
312314
useragent (0.16.11)
313315
web-console (4.2.1)
314316
actionview (>= 6.0.0)

0 commit comments

Comments
 (0)