Skip to content

Commit 8a7d61c

Browse files
committed
Bump dependencies within existing range
1 parent e54fd54 commit 8a7d61c

File tree

1 file changed

+121
-104
lines changed

1 file changed

+121
-104
lines changed

Gemfile.lock

Lines changed: 121 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -9,177 +9,194 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (6.1.6)
13-
actionpack (= 6.1.6)
14-
activesupport (= 6.1.6)
12+
actioncable (6.1.7.8)
13+
actionpack (= 6.1.7.8)
14+
activesupport (= 6.1.7.8)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (6.1.6)
18-
actionpack (= 6.1.6)
19-
activejob (= 6.1.6)
20-
activerecord (= 6.1.6)
21-
activestorage (= 6.1.6)
22-
activesupport (= 6.1.6)
17+
actionmailbox (6.1.7.8)
18+
actionpack (= 6.1.7.8)
19+
activejob (= 6.1.7.8)
20+
activerecord (= 6.1.7.8)
21+
activestorage (= 6.1.7.8)
22+
activesupport (= 6.1.7.8)
2323
mail (>= 2.7.1)
24-
actionmailer (6.1.6)
25-
actionpack (= 6.1.6)
26-
actionview (= 6.1.6)
27-
activejob (= 6.1.6)
28-
activesupport (= 6.1.6)
24+
actionmailer (6.1.7.8)
25+
actionpack (= 6.1.7.8)
26+
actionview (= 6.1.7.8)
27+
activejob (= 6.1.7.8)
28+
activesupport (= 6.1.7.8)
2929
mail (~> 2.5, >= 2.5.4)
3030
rails-dom-testing (~> 2.0)
31-
actionpack (6.1.6)
32-
actionview (= 6.1.6)
33-
activesupport (= 6.1.6)
31+
actionpack (6.1.7.8)
32+
actionview (= 6.1.7.8)
33+
activesupport (= 6.1.7.8)
3434
rack (~> 2.0, >= 2.0.9)
3535
rack-test (>= 0.6.3)
3636
rails-dom-testing (~> 2.0)
3737
rails-html-sanitizer (~> 1.0, >= 1.2.0)
38-
actiontext (6.1.6)
39-
actionpack (= 6.1.6)
40-
activerecord (= 6.1.6)
41-
activestorage (= 6.1.6)
42-
activesupport (= 6.1.6)
38+
actiontext (6.1.7.8)
39+
actionpack (= 6.1.7.8)
40+
activerecord (= 6.1.7.8)
41+
activestorage (= 6.1.7.8)
42+
activesupport (= 6.1.7.8)
4343
nokogiri (>= 1.8.5)
44-
actionview (6.1.6)
45-
activesupport (= 6.1.6)
44+
actionview (6.1.7.8)
45+
activesupport (= 6.1.7.8)
4646
builder (~> 3.1)
4747
erubi (~> 1.4)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.1, >= 1.2.0)
50-
activejob (6.1.6)
51-
activesupport (= 6.1.6)
50+
activejob (6.1.7.8)
51+
activesupport (= 6.1.7.8)
5252
globalid (>= 0.3.6)
53-
activemodel (6.1.6)
54-
activesupport (= 6.1.6)
55-
activerecord (6.1.6)
56-
activemodel (= 6.1.6)
57-
activesupport (= 6.1.6)
58-
activestorage (6.1.6)
59-
actionpack (= 6.1.6)
60-
activejob (= 6.1.6)
61-
activerecord (= 6.1.6)
62-
activesupport (= 6.1.6)
53+
activemodel (6.1.7.8)
54+
activesupport (= 6.1.7.8)
55+
activerecord (6.1.7.8)
56+
activemodel (= 6.1.7.8)
57+
activesupport (= 6.1.7.8)
58+
activestorage (6.1.7.8)
59+
actionpack (= 6.1.7.8)
60+
activejob (= 6.1.7.8)
61+
activerecord (= 6.1.7.8)
62+
activesupport (= 6.1.7.8)
6363
marcel (~> 1.0)
6464
mini_mime (>= 1.1.0)
65-
activesupport (6.1.6)
65+
activesupport (6.1.7.8)
6666
concurrent-ruby (~> 1.0, >= 1.0.2)
6767
i18n (>= 1.6, < 2)
6868
minitest (>= 5.1)
6969
tzinfo (~> 2.0)
7070
zeitwerk (~> 2.3)
71-
addressable (2.8.0)
72-
public_suffix (>= 2.0.2, < 5.0)
71+
addressable (2.8.7)
72+
public_suffix (>= 2.0.2, < 7.0)
7373
appraisal (2.5.0)
7474
bundler
7575
rake
7676
thor (>= 0.14.0)
77-
builder (3.2.4)
77+
builder (3.3.0)
7878
byebug (11.1.3)
79-
capybara (3.37.1)
79+
capybara (3.40.0)
8080
addressable
8181
matrix
8282
mini_mime (>= 0.1.3)
83-
nokogiri (~> 1.8)
83+
nokogiri (~> 1.11)
8484
rack (>= 1.6.0)
8585
rack-test (>= 0.6.3)
8686
regexp_parser (>= 1.5, < 3.0)
8787
xpath (~> 3.2)
88-
childprocess (4.1.0)
89-
concurrent-ruby (1.1.10)
88+
concurrent-ruby (1.3.4)
9089
crass (1.0.6)
91-
erubi (1.10.0)
92-
globalid (1.0.0)
93-
activesupport (>= 5.0)
94-
i18n (1.10.0)
90+
date (3.3.4)
91+
erubi (1.13.0)
92+
globalid (1.2.1)
93+
activesupport (>= 6.1)
94+
i18n (1.14.5)
9595
concurrent-ruby (~> 1.0)
96-
loofah (2.18.0)
96+
loofah (2.22.0)
9797
crass (~> 1.0.2)
98-
nokogiri (>= 1.5.9)
99-
mail (2.7.1)
98+
nokogiri (>= 1.12.0)
99+
mail (2.8.1)
100100
mini_mime (>= 0.1.1)
101-
marcel (1.0.2)
101+
net-imap
102+
net-pop
103+
net-smtp
104+
marcel (1.0.4)
102105
matrix (0.4.2)
103-
method_source (1.0.0)
104-
mini_mime (1.1.2)
105-
minitest (5.16.2)
106-
nio4r (2.5.8)
107-
nokogiri (1.14.0-aarch64-linux)
106+
method_source (1.1.0)
107+
mini_mime (1.1.5)
108+
minitest (5.25.1)
109+
net-imap (0.4.16)
110+
date
111+
net-protocol
112+
net-pop (0.1.2)
113+
net-protocol
114+
net-protocol (0.2.2)
115+
timeout
116+
net-smtp (0.5.0)
117+
net-protocol
118+
nio4r (2.7.3)
119+
nokogiri (1.16.7-aarch64-linux)
108120
racc (~> 1.4)
109-
nokogiri (1.14.0-arm64-darwin)
121+
nokogiri (1.16.7-arm64-darwin)
110122
racc (~> 1.4)
111-
nokogiri (1.14.0-x86_64-darwin)
123+
nokogiri (1.16.7-x86_64-darwin)
112124
racc (~> 1.4)
113-
nokogiri (1.14.0-x86_64-linux)
125+
nokogiri (1.16.7-x86_64-linux)
114126
racc (~> 1.4)
115-
public_suffix (4.0.7)
116-
racc (1.6.2)
117-
rack (2.2.4)
118-
rack-test (2.0.2)
127+
public_suffix (6.0.1)
128+
racc (1.8.1)
129+
rack (2.2.9)
130+
rack-test (2.1.0)
119131
rack (>= 1.3)
120-
rails (6.1.6)
121-
actioncable (= 6.1.6)
122-
actionmailbox (= 6.1.6)
123-
actionmailer (= 6.1.6)
124-
actionpack (= 6.1.6)
125-
actiontext (= 6.1.6)
126-
actionview (= 6.1.6)
127-
activejob (= 6.1.6)
128-
activemodel (= 6.1.6)
129-
activerecord (= 6.1.6)
130-
activestorage (= 6.1.6)
131-
activesupport (= 6.1.6)
132+
rails (6.1.7.8)
133+
actioncable (= 6.1.7.8)
134+
actionmailbox (= 6.1.7.8)
135+
actionmailer (= 6.1.7.8)
136+
actionpack (= 6.1.7.8)
137+
actiontext (= 6.1.7.8)
138+
actionview (= 6.1.7.8)
139+
activejob (= 6.1.7.8)
140+
activemodel (= 6.1.7.8)
141+
activerecord (= 6.1.7.8)
142+
activestorage (= 6.1.7.8)
143+
activesupport (= 6.1.7.8)
132144
bundler (>= 1.15.0)
133-
railties (= 6.1.6)
145+
railties (= 6.1.7.8)
134146
sprockets-rails (>= 2.0.0)
135-
rails-dom-testing (2.0.3)
136-
activesupport (>= 4.2.0)
147+
rails-dom-testing (2.2.0)
148+
activesupport (>= 5.0.0)
149+
minitest
137150
nokogiri (>= 1.6)
138-
rails-html-sanitizer (1.4.3)
139-
loofah (~> 2.3)
140-
railties (6.1.6)
141-
actionpack (= 6.1.6)
142-
activesupport (= 6.1.6)
151+
rails-html-sanitizer (1.6.0)
152+
loofah (~> 2.21)
153+
nokogiri (~> 1.14)
154+
railties (6.1.7.8)
155+
actionpack (= 6.1.7.8)
156+
activesupport (= 6.1.7.8)
143157
method_source
144158
rake (>= 12.2)
145159
thor (~> 1.0)
146-
rake (13.0.6)
147-
regexp_parser (2.5.0)
148-
rexml (3.2.5)
160+
rake (13.2.1)
161+
regexp_parser (2.9.2)
162+
rexml (3.3.7)
149163
rubyzip (2.3.2)
150-
selenium-webdriver (4.3.0)
151-
childprocess (>= 0.5, < 5.0)
164+
selenium-webdriver (4.10.0)
152165
rexml (~> 3.2, >= 3.2.5)
153166
rubyzip (>= 1.2.2, < 3.0)
154167
websocket (~> 1.0)
155-
sprockets (4.1.1)
168+
sprockets (4.2.1)
156169
concurrent-ruby (~> 1.0)
157-
rack (> 1, < 3)
158-
sprockets-rails (3.4.2)
159-
actionpack (>= 5.2)
160-
activesupport (>= 5.2)
170+
rack (>= 2.2.4, < 4)
171+
sprockets-rails (3.5.2)
172+
actionpack (>= 6.1)
173+
activesupport (>= 6.1)
161174
sprockets (>= 3.0.0)
162-
sqlite3 (1.4.4)
163-
stimulus-rails (1.0.4)
175+
sqlite3 (1.7.3-aarch64-linux)
176+
sqlite3 (1.7.3-arm64-darwin)
177+
sqlite3 (1.7.3-x86_64-darwin)
178+
sqlite3 (1.7.3-x86_64-linux)
179+
stimulus-rails (1.3.4)
164180
railties (>= 6.0.0)
165-
thor (1.3.0)
166-
turbo-rails (1.1.1)
181+
thor (1.3.2)
182+
timeout (0.4.1)
183+
turbo-rails (2.0.7)
167184
actionpack (>= 6.0.0)
168185
activejob (>= 6.0.0)
169186
railties (>= 6.0.0)
170-
tzinfo (2.0.4)
187+
tzinfo (2.0.6)
171188
concurrent-ruby (~> 1.0)
172-
webdrivers (5.0.0)
189+
webdrivers (5.3.1)
173190
nokogiri (~> 1.6)
174191
rubyzip (>= 1.3.0)
175-
selenium-webdriver (~> 4.0)
176-
websocket (1.2.9)
177-
websocket-driver (0.7.5)
192+
selenium-webdriver (~> 4.0, < 4.11)
193+
websocket (1.2.11)
194+
websocket-driver (0.7.6)
178195
websocket-extensions (>= 0.1.0)
179196
websocket-extensions (0.1.5)
180197
xpath (3.2.0)
181198
nokogiri (~> 1.8)
182-
zeitwerk (2.6.0)
199+
zeitwerk (2.6.18)
183200

184201
PLATFORMS
185202
aarch64-linux

0 commit comments

Comments
 (0)