Skip to content

Commit 932bd55

Browse files
Bump the bundler group with 2 updates
Bumps the bundler group with 2 updates: [rails](https://github.com/rails/rails) and [selenium-webdriver](https://github.com/SeleniumHQ/selenium). Updates `rails` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.3...v8.0.4) Updates `selenium-webdriver` from 4.37.0 to 4.38.0 - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](SeleniumHQ/selenium@selenium-4.37.0...selenium-4.38.0) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler - dependency-name: selenium-webdriver dependency-version: 4.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 280f152 commit 932bd55

File tree

1 file changed

+64
-63
lines changed

1 file changed

+64
-63
lines changed

Gemfile.lock

Lines changed: 64 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
actioncable (8.0.4)
5+
actionpack (= 8.0.4)
6+
activesupport (= 8.0.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
10+
actionmailbox (8.0.4)
11+
actionpack (= 8.0.4)
12+
activejob (= 8.0.4)
13+
activerecord (= 8.0.4)
14+
activestorage (= 8.0.4)
15+
activesupport (= 8.0.4)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
17+
actionmailer (8.0.4)
18+
actionpack (= 8.0.4)
19+
actionview (= 8.0.4)
20+
activejob (= 8.0.4)
21+
activesupport (= 8.0.4)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
24+
actionpack (8.0.4)
25+
actionview (= 8.0.4)
26+
activesupport (= 8.0.4)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
34+
actiontext (8.0.4)
35+
actionpack (= 8.0.4)
36+
activerecord (= 8.0.4)
37+
activestorage (= 8.0.4)
38+
activesupport (= 8.0.4)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
41+
actionview (8.0.4)
42+
activesupport (= 8.0.4)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
@@ -53,22 +53,22 @@ GEM
5353
kaminari (>= 1.2.1)
5454
railties (>= 7.0)
5555
ransack (>= 4.0)
56-
activejob (8.0.3)
57-
activesupport (= 8.0.3)
56+
activejob (8.0.4)
57+
activesupport (= 8.0.4)
5858
globalid (>= 0.3.6)
59-
activemodel (8.0.3)
60-
activesupport (= 8.0.3)
61-
activerecord (8.0.3)
62-
activemodel (= 8.0.3)
63-
activesupport (= 8.0.3)
59+
activemodel (8.0.4)
60+
activesupport (= 8.0.4)
61+
activerecord (8.0.4)
62+
activemodel (= 8.0.4)
63+
activesupport (= 8.0.4)
6464
timeout (>= 0.4.0)
65-
activestorage (8.0.3)
66-
actionpack (= 8.0.3)
67-
activejob (= 8.0.3)
68-
activerecord (= 8.0.3)
69-
activesupport (= 8.0.3)
65+
activestorage (8.0.4)
66+
actionpack (= 8.0.4)
67+
activejob (= 8.0.4)
68+
activerecord (= 8.0.4)
69+
activesupport (= 8.0.4)
7070
marcel (~> 1.0)
71-
activesupport (8.0.3)
71+
activesupport (8.0.4)
7272
base64
7373
benchmark (>= 0.3)
7474
bigdecimal
@@ -105,7 +105,7 @@ GEM
105105
cssbundling-rails (1.4.3)
106106
railties (>= 6.0.0)
107107
csv (3.3.5)
108-
date (3.4.1)
108+
date (3.5.0)
109109
debug (1.11.0)
110110
irb (~> 1.10)
111111
reline (>= 0.3.8)
@@ -117,7 +117,7 @@ GEM
117117
warden (~> 1.2.3)
118118
docile (1.4.1)
119119
drb (2.2.3)
120-
erb (5.1.1)
120+
erb (5.1.3)
121121
erubi (1.13.1)
122122
formtastic (5.0.0)
123123
actionpack (>= 6.0.0)
@@ -159,7 +159,8 @@ GEM
159159
loofah (2.24.1)
160160
crass (~> 1.0.2)
161161
nokogiri (>= 1.12.0)
162-
mail (2.8.1)
162+
mail (2.9.0)
163+
logger
163164
mini_mime (>= 0.1.1)
164165
net-imap
165166
net-pop
@@ -178,7 +179,7 @@ GEM
178179
timeout
179180
net-smtp (0.5.1)
180181
net-protocol
181-
nio4r (2.7.4)
182+
nio4r (2.7.5)
182183
nokogiri (1.18.10)
183184
mini_portile2 (~> 2.8.2)
184185
racc (~> 1.4)
@@ -205,42 +206,42 @@ GEM
205206
rack (>= 1.3)
206207
rackup (2.2.1)
207208
rack (>= 3)
208-
rails (8.0.3)
209-
actioncable (= 8.0.3)
210-
actionmailbox (= 8.0.3)
211-
actionmailer (= 8.0.3)
212-
actionpack (= 8.0.3)
213-
actiontext (= 8.0.3)
214-
actionview (= 8.0.3)
215-
activejob (= 8.0.3)
216-
activemodel (= 8.0.3)
217-
activerecord (= 8.0.3)
218-
activestorage (= 8.0.3)
219-
activesupport (= 8.0.3)
209+
rails (8.0.4)
210+
actioncable (= 8.0.4)
211+
actionmailbox (= 8.0.4)
212+
actionmailer (= 8.0.4)
213+
actionpack (= 8.0.4)
214+
actiontext (= 8.0.4)
215+
actionview (= 8.0.4)
216+
activejob (= 8.0.4)
217+
activemodel (= 8.0.4)
218+
activerecord (= 8.0.4)
219+
activestorage (= 8.0.4)
220+
activesupport (= 8.0.4)
220221
bundler (>= 1.15.0)
221-
railties (= 8.0.3)
222+
railties (= 8.0.4)
222223
rails-dom-testing (2.3.0)
223224
activesupport (>= 5.0.0)
224225
minitest
225226
nokogiri (>= 1.6)
226227
rails-html-sanitizer (1.6.2)
227228
loofah (~> 2.21)
228229
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)
229-
railties (8.0.3)
230-
actionpack (= 8.0.3)
231-
activesupport (= 8.0.3)
230+
railties (8.0.4)
231+
actionpack (= 8.0.4)
232+
activesupport (= 8.0.4)
232233
irb (~> 1.13)
233234
rackup (>= 1.0.0)
234235
rake (>= 12.2)
235236
thor (~> 1.0, >= 1.2.2)
236237
tsort (>= 0.2)
237238
zeitwerk (~> 2.6)
238-
rake (13.3.0)
239+
rake (13.3.1)
239240
ransack (4.4.1)
240241
activerecord (>= 7.2)
241242
activesupport (>= 7.2)
242243
i18n
243-
rdoc (6.15.0)
244+
rdoc (6.15.1)
244245
erb
245246
psych (>= 4.0.0)
246247
tsort
@@ -251,9 +252,9 @@ GEM
251252
actionpack (>= 7.0)
252253
railties (>= 7.0)
253254
rexml (3.4.4)
254-
rubyzip (3.2.0)
255+
rubyzip (3.2.1)
255256
securerandom (0.4.1)
256-
selenium-webdriver (4.37.0)
257+
selenium-webdriver (4.38.0)
257258
base64 (~> 0.2)
258259
logger (~> 1.4)
259260
rexml (~> 3.2, >= 3.2.5)
@@ -282,11 +283,11 @@ GEM
282283
sqlite3 (2.7.4-x86_64-linux-gnu)
283284
stringio (3.1.7)
284285
thor (1.4.0)
285-
timeout (0.4.3)
286+
timeout (0.4.4)
286287
tsort (0.2.0)
287288
tzinfo (2.0.6)
288289
concurrent-ruby (~> 1.0)
289-
uri (1.0.4)
290+
uri (1.1.0)
290291
useragent (0.16.11)
291292
warden (1.2.9)
292293
rack (>= 2.0.9)

0 commit comments

Comments
 (0)