Skip to content

Commit e171ea0

Browse files
build(deps): Bump the rspec group across 1 directory with 4 updates
Bumps the rspec group with 2 updates in the / directory: [rspec-rails](https://github.com/rspec/rspec-rails) and [rails](https://github.com/rails/rails). Updates `rspec-rails` from 6.1.5 to 7.1.1 - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.5...v7.1.1) Updates `rails` from 6.1.7.10 to 8.0.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.10...v8.0.1) Updates `rspec-core` from 3.13.1 to 3.13.3 - [Release notes](https://github.com/rspec/rspec-core/releases) - [Changelog](https://github.com/rspec/rspec-core/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-core/commits) Updates `rspec-support` from 3.13.1 to 3.13.2 - [Changelog](https://github.com/rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/Changelog.md) - [Commits](rspec/rspec@rspec-support-v3.13.1...rspec-support-v3.13.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major dependency-group: rspec - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-major dependency-group: rspec - dependency-name: rspec-core dependency-type: indirect update-type: version-update:semver-patch dependency-group: rspec - dependency-name: rspec-support dependency-type: indirect update-type: version-update:semver-patch dependency-group: rspec ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08df9b0 commit e171ea0

File tree

2 files changed

+103
-87
lines changed

2 files changed

+103
-87
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "~> 6.1.7.10"
5+
gem "rails", "~> 8.0.1"
66

77
gem "active_storage_validations"
88
gem "bcrypt"

Gemfile.lock

Lines changed: 102 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,90 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.10)
5-
actionpack (= 6.1.7.10)
6-
activesupport (= 6.1.7.10)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.10)
10-
actionpack (= 6.1.7.10)
11-
activejob (= 6.1.7.10)
12-
activerecord (= 6.1.7.10)
13-
activestorage (= 6.1.7.10)
14-
activesupport (= 6.1.7.10)
15-
mail (>= 2.7.1)
16-
actionmailer (6.1.7.10)
17-
actionpack (= 6.1.7.10)
18-
actionview (= 6.1.7.10)
19-
activejob (= 6.1.7.10)
20-
activesupport (= 6.1.7.10)
21-
mail (~> 2.5, >= 2.5.4)
22-
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.10)
24-
actionview (= 6.1.7.10)
25-
activesupport (= 6.1.7.10)
26-
rack (~> 2.0, >= 2.0.9)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (8.0.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.0.1)
16+
mail (>= 2.8.0)
17+
actionmailer (8.0.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.0.1)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
27+
nokogiri (>= 1.8.5)
28+
rack (>= 2.2.4)
29+
rack-session (>= 1.0.1)
2730
rack-test (>= 0.6.3)
28-
rails-dom-testing (~> 2.0)
29-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.10)
31-
actionpack (= 6.1.7.10)
32-
activerecord (= 6.1.7.10)
33-
activestorage (= 6.1.7.10)
34-
activesupport (= 6.1.7.10)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
34+
actiontext (8.0.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.0.1)
39+
globalid (>= 0.6.0)
3540
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.10)
37-
activesupport (= 6.1.7.10)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
3843
builder (~> 3.1)
39-
erubi (~> 1.4)
40-
rails-dom-testing (~> 2.0)
41-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
4247
active_storage_validations (2.0.2)
4348
activejob (>= 6.1.4)
4449
activemodel (>= 6.1.4)
4550
activestorage (>= 6.1.4)
4651
activesupport (>= 6.1.4)
4752
marcel (>= 1.0.3)
48-
activejob (6.1.7.10)
49-
activesupport (= 6.1.7.10)
53+
activejob (8.0.1)
54+
activesupport (= 8.0.1)
5055
globalid (>= 0.3.6)
51-
activemodel (6.1.7.10)
52-
activesupport (= 6.1.7.10)
53-
activerecord (6.1.7.10)
54-
activemodel (= 6.1.7.10)
55-
activesupport (= 6.1.7.10)
56-
activestorage (6.1.7.10)
57-
actionpack (= 6.1.7.10)
58-
activejob (= 6.1.7.10)
59-
activerecord (= 6.1.7.10)
60-
activesupport (= 6.1.7.10)
56+
activemodel (8.0.1)
57+
activesupport (= 8.0.1)
58+
activerecord (8.0.1)
59+
activemodel (= 8.0.1)
60+
activesupport (= 8.0.1)
61+
timeout (>= 0.4.0)
62+
activestorage (8.0.1)
63+
actionpack (= 8.0.1)
64+
activejob (= 8.0.1)
65+
activerecord (= 8.0.1)
66+
activesupport (= 8.0.1)
6167
marcel (~> 1.0)
62-
mini_mime (>= 1.1.0)
63-
activesupport (6.1.7.10)
64-
concurrent-ruby (~> 1.0, >= 1.0.2)
68+
activesupport (8.0.1)
69+
base64
70+
benchmark (>= 0.3)
71+
bigdecimal
72+
concurrent-ruby (~> 1.0, >= 1.3.1)
73+
connection_pool (>= 2.2.5)
74+
drb
6575
i18n (>= 1.6, < 2)
76+
logger (>= 1.4.2)
6677
minitest (>= 5.1)
67-
tzinfo (~> 2.0)
68-
zeitwerk (~> 2.3)
78+
securerandom (>= 0.3)
79+
tzinfo (~> 2.0, >= 2.0.5)
80+
uri (>= 0.13.1)
6981
addressable (2.8.7)
7082
public_suffix (>= 2.0.2, < 7.0)
7183
ast (2.4.2)
7284
base64 (0.2.0)
7385
bcrypt (3.1.20)
7486
benchmark (0.4.0)
87+
bigdecimal (3.1.9)
7588
bindex (0.8.1)
7689
bootsnap (1.18.4)
7790
msgpack (~> 1.2)
@@ -91,13 +104,15 @@ GEM
91104
code-scanning-rubocop (0.6.1)
92105
rubocop (~> 1.0)
93106
concurrent-ruby (1.3.4)
107+
connection_pool (2.5.0)
94108
crass (1.0.6)
95109
date (3.4.1)
96110
debug (1.10.0)
97111
irb (~> 1.10)
98112
reline (>= 0.3.8)
99113
diff-lcs (1.6.0)
100114
docile (1.4.1)
115+
drb (2.2.1)
101116
erubi (1.13.1)
102117
factory_bot (6.5.1)
103118
activesupport (>= 6.1.0)
@@ -139,7 +154,6 @@ GEM
139154
net-smtp
140155
marcel (1.0.4)
141156
matrix (0.4.2)
142-
method_source (1.1.0)
143157
mini_magick (5.2.0)
144158
benchmark
145159
logger
@@ -157,7 +171,7 @@ GEM
157171
net-smtp (0.5.1)
158172
net-protocol
159173
nio4r (2.7.4)
160-
nokogiri (1.17.2)
174+
nokogiri (1.18.3)
161175
mini_portile2 (~> 2.8.2)
162176
racc (~> 1.4)
163177
parallel (1.26.3)
@@ -174,41 +188,47 @@ GEM
174188
puma (6.6.0)
175189
nio4r (~> 2.0)
176190
racc (1.8.1)
177-
rack (2.2.12)
191+
rack (3.1.11)
178192
rack-mini-profiler (3.3.1)
179193
rack (>= 1.2.0)
180194
rack-proxy (0.7.7)
181195
rack
196+
rack-session (2.1.0)
197+
base64 (>= 0.1.0)
198+
rack (>= 3.0.0)
182199
rack-test (2.2.0)
183200
rack (>= 1.3)
184-
rails (6.1.7.10)
185-
actioncable (= 6.1.7.10)
186-
actionmailbox (= 6.1.7.10)
187-
actionmailer (= 6.1.7.10)
188-
actionpack (= 6.1.7.10)
189-
actiontext (= 6.1.7.10)
190-
actionview (= 6.1.7.10)
191-
activejob (= 6.1.7.10)
192-
activemodel (= 6.1.7.10)
193-
activerecord (= 6.1.7.10)
194-
activestorage (= 6.1.7.10)
195-
activesupport (= 6.1.7.10)
201+
rackup (2.2.1)
202+
rack (>= 3)
203+
rails (8.0.1)
204+
actioncable (= 8.0.1)
205+
actionmailbox (= 8.0.1)
206+
actionmailer (= 8.0.1)
207+
actionpack (= 8.0.1)
208+
actiontext (= 8.0.1)
209+
actionview (= 8.0.1)
210+
activejob (= 8.0.1)
211+
activemodel (= 8.0.1)
212+
activerecord (= 8.0.1)
213+
activestorage (= 8.0.1)
214+
activesupport (= 8.0.1)
196215
bundler (>= 1.15.0)
197-
railties (= 6.1.7.10)
198-
sprockets-rails (>= 2.0.0)
216+
railties (= 8.0.1)
199217
rails-dom-testing (2.2.0)
200218
activesupport (>= 5.0.0)
201219
minitest
202220
nokogiri (>= 1.6)
203221
rails-html-sanitizer (1.6.2)
204222
loofah (~> 2.21)
205223
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)
206-
railties (6.1.7.10)
207-
actionpack (= 6.1.7.10)
208-
activesupport (= 6.1.7.10)
209-
method_source
224+
railties (8.0.1)
225+
actionpack (= 8.0.1)
226+
activesupport (= 8.0.1)
227+
irb (~> 1.13)
228+
rackup (>= 1.0.0)
210229
rake (>= 12.2)
211-
thor (~> 1.0)
230+
thor (~> 1.0, >= 1.2.2)
231+
zeitwerk (~> 2.6)
212232
rainbow (3.1.1)
213233
rake (13.2.1)
214234
rb-fsevent (0.11.2)
@@ -220,23 +240,23 @@ GEM
220240
reline (0.6.0)
221241
io-console (~> 0.5)
222242
rexml (3.4.1)
223-
rspec-core (3.13.1)
243+
rspec-core (3.13.3)
224244
rspec-support (~> 3.13.0)
225245
rspec-expectations (3.13.3)
226246
diff-lcs (>= 1.2.0, < 2.0)
227247
rspec-support (~> 3.13.0)
228248
rspec-mocks (3.13.2)
229249
diff-lcs (>= 1.2.0, < 2.0)
230250
rspec-support (~> 3.13.0)
231-
rspec-rails (6.1.5)
232-
actionpack (>= 6.1)
233-
activesupport (>= 6.1)
234-
railties (>= 6.1)
251+
rspec-rails (7.1.1)
252+
actionpack (>= 7.0)
253+
activesupport (>= 7.0)
254+
railties (>= 7.0)
235255
rspec-core (~> 3.13)
236256
rspec-expectations (~> 3.13)
237257
rspec-mocks (~> 3.13)
238258
rspec-support (~> 3.13)
239-
rspec-support (3.13.1)
259+
rspec-support (3.13.2)
240260
rspec_junit_formatter (0.6.0)
241261
rspec-core (>= 2, < 4, != 2.12.0)
242262
rubocop (1.73.2)
@@ -284,6 +304,7 @@ GEM
284304
ffi (~> 1.12)
285305
logger
286306
rubyzip (2.4.1)
307+
securerandom (0.4.1)
287308
selenium-webdriver (4.9.0)
288309
rexml (~> 3.2, >= 3.2.5)
289310
rubyzip (>= 1.2.2, < 3.0)
@@ -295,13 +316,6 @@ GEM
295316
simplecov_json_formatter (~> 0.1)
296317
simplecov-html (0.13.1)
297318
simplecov_json_formatter (0.1.4)
298-
sprockets (4.2.1)
299-
concurrent-ruby (~> 1.0)
300-
rack (>= 2.2.4, < 4)
301-
sprockets-rails (3.5.2)
302-
actionpack (>= 6.1)
303-
activesupport (>= 6.1)
304-
sprockets (>= 3.0.0)
305319
sqlite3 (1.7.3)
306320
mini_portile2 (~> 2.8.0)
307321
stringio (3.1.5)
@@ -313,6 +327,8 @@ GEM
313327
unicode-emoji (~> 4.0, >= 4.0.4)
314328
unicode-emoji (4.0.4)
315329
uniform_notifier (1.16.0)
330+
uri (1.0.3)
331+
useragent (0.16.11)
316332
web-console (4.2.1)
317333
actionview (>= 6.0.0)
318334
activemodel (>= 6.0.0)
@@ -355,7 +371,7 @@ DEPENDENCIES
355371
net-imap (~> 0.4.19)
356372
puma
357373
rack-mini-profiler
358-
rails (~> 6.1.7.10)
374+
rails (~> 8.0.1)
359375
rspec-rails
360376
rspec_junit_formatter
361377
rubocop (~> 1.73.2)

0 commit comments

Comments
 (0)