Skip to content

Commit e135ded

Browse files
committed
$ bundle update
1 parent 0fb5be9 commit e135ded

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

Gemfile.lock

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ GEM
111111
debug (1.10.0)
112112
irb (~> 1.10)
113113
reline (>= 0.3.8)
114-
diff-lcs (1.6.1)
115-
drb (2.2.1)
114+
diff-lcs (1.6.2)
115+
drb (2.2.3)
116+
erb (5.0.1)
116117
erubi (1.13.1)
117118
factory_bot (6.5.1)
118119
activesupport (>= 6.1.0)
@@ -139,7 +140,7 @@ GEM
139140
pp (>= 0.6.0)
140141
rdoc (>= 4.0.0)
141142
reline (>= 0.4.2)
142-
json (2.11.3)
143+
json (2.12.0)
143144
jwt (2.10.1)
144145
base64
145146
launchy (3.1.1)
@@ -154,7 +155,7 @@ GEM
154155
railties (>= 6.1)
155156
rexml
156157
logger (1.7.0)
157-
loofah (2.24.0)
158+
loofah (2.24.1)
158159
crass (~> 1.0.2)
159160
nokogiri (>= 1.12.0)
160161
mail (2.8.1)
@@ -189,13 +190,14 @@ GEM
189190
racc (~> 1.4)
190191
nokogiri (1.18.8-x86_64-linux-gnu)
191192
racc (~> 1.4)
192-
oauth2 (2.0.9)
193-
faraday (>= 0.17.3, < 3.0)
194-
jwt (>= 1.0, < 3.0)
193+
oauth2 (2.0.10)
194+
faraday (>= 0.17.3, < 4.0)
195+
jwt (>= 1.0, < 4.0)
196+
logger (~> 1.2)
195197
multi_xml (~> 0.5)
196198
rack (>= 1.2, < 4)
197199
snaky_hash (~> 2.0)
198-
version_gem (~> 1.1)
200+
version_gem (>= 1.1.8, < 3)
199201
octokit (10.0.0)
200202
faraday (>= 1, < 3)
201203
sawyer (~> 0.9)
@@ -221,19 +223,19 @@ GEM
221223
activesupport (>= 7.0.0)
222224
rack
223225
railties (>= 7.0.0)
224-
psych (5.2.4)
226+
psych (5.2.6)
225227
date
226228
stringio
227229
public_suffix (6.0.2)
228230
puma (6.6.0)
229231
nio4r (~> 2.0)
230232
racc (1.8.1)
231-
rack (3.1.13)
233+
rack (3.1.15)
232234
rack-protection (4.1.1)
233235
base64 (>= 0.1.0)
234236
logger (>= 1.6.0)
235237
rack (>= 3.0.0, < 4)
236-
rack-session (2.1.0)
238+
rack-session (2.1.1)
237239
base64 (>= 0.1.0)
238240
rack (>= 3.0.0)
239241
rack-test (2.2.0)
@@ -254,7 +256,7 @@ GEM
254256
activesupport (= 8.0.2)
255257
bundler (>= 1.15.0)
256258
railties (= 8.0.2)
257-
rails-dom-testing (2.2.0)
259+
rails-dom-testing (2.3.0)
258260
activesupport (>= 5.0.0)
259261
minitest
260262
nokogiri (>= 1.6)
@@ -270,7 +272,8 @@ GEM
270272
thor (~> 1.0, >= 1.2.2)
271273
zeitwerk (~> 2.6)
272274
rake (13.2.1)
273-
rdoc (6.13.1)
275+
rdoc (6.14.0)
276+
erb
274277
psych (>= 4.0.0)
275278
redis-client (0.24.0)
276279
connection_pool
@@ -292,7 +295,7 @@ GEM
292295
rspec-its (2.0.0)
293296
rspec-core (>= 3.13.0)
294297
rspec-expectations (>= 3.13.0)
295-
rspec-mocks (3.13.3)
298+
rspec-mocks (3.13.4)
296299
diff-lcs (>= 1.2.0, < 2.0)
297300
rspec-support (~> 3.13.0)
298301
rspec-rails (8.0.0)
@@ -320,7 +323,7 @@ GEM
320323
concurrent-ruby (~> 1.0)
321324
uri (1.0.3)
322325
useragent (0.16.11)
323-
version_gem (1.1.7)
326+
version_gem (1.1.8)
324327
web-console (4.2.1)
325328
actionview (>= 6.0.0)
326329
activemodel (>= 6.0.0)
@@ -332,7 +335,7 @@ GEM
332335
websocket-extensions (0.1.5)
333336
xpath (3.2.0)
334337
nokogiri (~> 1.8)
335-
zeitwerk (2.7.2)
338+
zeitwerk (2.7.3)
336339

337340
PLATFORMS
338341
aarch64-linux

0 commit comments

Comments
 (0)