Skip to content

Commit aeceb2d

Browse files
build(deps): Bump the rspec group across 1 directory with 6 updates
Bumps the rspec group with 4 updates in the / directory: [rspec-rails](https://github.com/rspec/rspec-rails), [rails](https://github.com/rails/rails), [image_processing](https://github.com/janko/image_processing) and [rubocop](https://github.com/rubocop/rubocop). 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 `image_processing` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](janko/image_processing@v1.13.0...v1.14.0) Updates `rubocop` from 1.64.1 to 1.73.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.64.1...v1.73.2) 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: image_processing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rspec - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor 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 b729488 commit aeceb2d

File tree

2 files changed

+128
-106
lines changed

2 files changed

+128
-106
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
gem "rails", "~> 6.1.7.10"
6+
gem "rails", "~> 8.0.1"
77

88
gem "active_storage_validations"
99
gem "bcrypt"

Gemfile.lock

Lines changed: 127 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +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 (1.3.4)
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)
86+
benchmark (0.4.0)
87+
bigdecimal (3.1.9)
7488
bindex (0.8.1)
7589
bootsnap (1.18.4)
7690
msgpack (~> 1.2)
@@ -89,14 +103,16 @@ GEM
89103
xpath (~> 3.2)
90104
code-scanning-rubocop (0.6.1)
91105
rubocop (~> 1.0)
92-
concurrent-ruby (1.3.4)
106+
concurrent-ruby (1.3.5)
107+
connection_pool (2.5.0)
93108
crass (1.0.6)
94109
date (3.4.1)
95110
debug (1.10.0)
96111
irb (~> 1.10)
97112
reline (>= 0.3.8)
98-
diff-lcs (1.5.1)
113+
diff-lcs (1.6.0)
99114
docile (1.4.1)
115+
drb (2.2.1)
100116
erubi (1.13.1)
101117
factory_bot (6.5.0)
102118
activesupport (>= 5.0.0)
@@ -108,10 +124,10 @@ GEM
108124
ffi (1.17.1)
109125
globalid (1.2.1)
110126
activesupport (>= 6.1)
111-
i18n (1.14.6)
127+
i18n (1.14.7)
112128
concurrent-ruby (~> 1.0)
113-
image_processing (1.13.0)
114-
mini_magick (>= 4.9.5, < 5)
129+
image_processing (1.14.0)
130+
mini_magick (>= 4.9.5, < 6)
115131
ruby-vips (>= 2.0.17, < 3)
116132
inline_svg (1.10.0)
117133
activesupport (>= 3.0)
@@ -122,12 +138,13 @@ GEM
122138
rdoc (>= 4.0.0)
123139
reline (>= 0.4.2)
124140
json (2.10.1)
125-
language_server-protocol (3.17.0.3)
141+
language_server-protocol (3.17.0.4)
142+
lint_roller (1.1.0)
126143
listen (3.9.0)
127144
rb-fsevent (~> 0.10, >= 0.10.3)
128145
rb-inotify (~> 0.9, >= 0.9.10)
129146
logger (1.6.6)
130-
loofah (2.23.1)
147+
loofah (2.24.0)
131148
crass (~> 1.0.2)
132149
nokogiri (>= 1.12.0)
133150
mail (2.8.1)
@@ -137,8 +154,9 @@ GEM
137154
net-smtp
138155
marcel (1.0.4)
139156
matrix (0.4.2)
140-
method_source (1.1.0)
141-
mini_magick (4.13.2)
157+
mini_magick (5.2.0)
158+
benchmark
159+
logger
142160
mini_mime (1.1.5)
143161
mini_portile2 (2.8.8)
144162
minitest (5.25.4)
@@ -153,11 +171,11 @@ GEM
153171
net-smtp (0.5.1)
154172
net-protocol
155173
nio4r (2.7.4)
156-
nokogiri (1.17.2)
174+
nokogiri (1.18.3)
157175
mini_portile2 (~> 2.8.2)
158176
racc (~> 1.4)
159177
parallel (1.26.3)
160-
parser (3.3.6.0)
178+
parser (3.3.7.1)
161179
ast (~> 2.4.1)
162180
racc
163181
pp (0.6.2)
@@ -170,41 +188,47 @@ GEM
170188
puma (6.6.0)
171189
nio4r (~> 2.0)
172190
racc (1.8.1)
173-
rack (2.2.12)
191+
rack (3.1.11)
174192
rack-mini-profiler (3.3.1)
175193
rack (>= 1.2.0)
176194
rack-proxy (0.7.7)
177195
rack
196+
rack-session (2.1.0)
197+
base64 (>= 0.1.0)
198+
rack (>= 3.0.0)
178199
rack-test (2.2.0)
179200
rack (>= 1.3)
180-
rails (6.1.7.10)
181-
actioncable (= 6.1.7.10)
182-
actionmailbox (= 6.1.7.10)
183-
actionmailer (= 6.1.7.10)
184-
actionpack (= 6.1.7.10)
185-
actiontext (= 6.1.7.10)
186-
actionview (= 6.1.7.10)
187-
activejob (= 6.1.7.10)
188-
activemodel (= 6.1.7.10)
189-
activerecord (= 6.1.7.10)
190-
activestorage (= 6.1.7.10)
191-
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)
192215
bundler (>= 1.15.0)
193-
railties (= 6.1.7.10)
194-
sprockets-rails (>= 2.0.0)
216+
railties (= 8.0.1)
195217
rails-dom-testing (2.2.0)
196218
activesupport (>= 5.0.0)
197219
minitest
198220
nokogiri (>= 1.6)
199-
rails-html-sanitizer (1.6.1)
221+
rails-html-sanitizer (1.6.2)
200222
loofah (~> 2.21)
201223
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)
202-
railties (6.1.7.10)
203-
actionpack (= 6.1.7.10)
204-
activesupport (= 6.1.7.10)
205-
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)
206229
rake (>= 12.2)
207-
thor (~> 1.0)
230+
thor (~> 1.0, >= 1.2.2)
231+
zeitwerk (~> 2.6)
208232
rainbow (3.1.1)
209233
rake (13.2.1)
210234
rb-fsevent (0.11.2)
@@ -215,38 +239,38 @@ GEM
215239
regexp_parser (2.10.0)
216240
reline (0.6.0)
217241
io-console (~> 0.5)
218-
rexml (3.4.0)
219-
rspec-core (3.13.1)
242+
rexml (3.4.1)
243+
rspec-core (3.13.3)
220244
rspec-support (~> 3.13.0)
221245
rspec-expectations (3.13.3)
222246
diff-lcs (>= 1.2.0, < 2.0)
223247
rspec-support (~> 3.13.0)
224248
rspec-mocks (3.13.2)
225249
diff-lcs (>= 1.2.0, < 2.0)
226250
rspec-support (~> 3.13.0)
227-
rspec-rails (6.1.5)
228-
actionpack (>= 6.1)
229-
activesupport (>= 6.1)
230-
railties (>= 6.1)
251+
rspec-rails (7.1.1)
252+
actionpack (>= 7.0)
253+
activesupport (>= 7.0)
254+
railties (>= 7.0)
231255
rspec-core (~> 3.13)
232256
rspec-expectations (~> 3.13)
233257
rspec-mocks (~> 3.13)
234258
rspec-support (~> 3.13)
235-
rspec-support (3.13.1)
259+
rspec-support (3.13.2)
236260
rspec_junit_formatter (0.6.0)
237261
rspec-core (>= 2, < 4, != 2.12.0)
238-
rubocop (1.64.1)
262+
rubocop (1.73.2)
239263
json (~> 2.3)
240-
language_server-protocol (>= 3.17.0)
264+
language_server-protocol (~> 3.17.0.2)
265+
lint_roller (~> 1.1.0)
241266
parallel (~> 1.10)
242267
parser (>= 3.3.0.2)
243268
rainbow (>= 2.2.2, < 4.0)
244-
regexp_parser (>= 1.8, < 3.0)
245-
rexml (>= 3.2.5, < 4.0)
246-
rubocop-ast (>= 1.31.1, < 2.0)
269+
regexp_parser (>= 2.9.3, < 3.0)
270+
rubocop-ast (>= 1.38.0, < 2.0)
247271
ruby-progressbar (~> 1.7)
248-
unicode-display_width (>= 2.4.0, < 3.0)
249-
rubocop-ast (1.37.0)
272+
unicode-display_width (>= 2.4.0, < 4.0)
273+
rubocop-ast (1.38.1)
250274
parser (>= 3.3.1.0)
251275
rubocop-md (1.2.4)
252276
rubocop (>= 1.45)
@@ -276,6 +300,7 @@ GEM
276300
ffi (~> 1.12)
277301
logger
278302
rubyzip (2.4.1)
303+
securerandom (0.4.1)
279304
selenium-webdriver (4.9.0)
280305
rexml (~> 3.2, >= 3.2.5)
281306
rubyzip (>= 1.2.2, < 3.0)
@@ -287,22 +312,19 @@ GEM
287312
simplecov_json_formatter (~> 0.1)
288313
simplecov-html (0.13.1)
289314
simplecov_json_formatter (0.1.4)
290-
sprockets (4.2.1)
291-
concurrent-ruby (~> 1.0)
292-
rack (>= 2.2.4, < 4)
293-
sprockets-rails (3.5.2)
294-
actionpack (>= 6.1)
295-
activesupport (>= 6.1)
296-
sprockets (>= 3.0.0)
297315
sqlite3 (1.7.3)
298316
mini_portile2 (~> 2.8.0)
299317
stringio (3.1.2)
300318
thor (1.3.2)
301319
timeout (0.4.3)
302320
tzinfo (2.0.6)
303321
concurrent-ruby (~> 1.0)
304-
unicode-display_width (2.6.0)
322+
unicode-display_width (3.1.4)
323+
unicode-emoji (~> 4.0, >= 4.0.4)
324+
unicode-emoji (4.0.4)
305325
uniform_notifier (1.16.0)
326+
uri (1.0.3)
327+
useragent (0.16.11)
306328
web-console (4.2.1)
307329
actionview (>= 6.0.0)
308330
activemodel (>= 6.0.0)
@@ -344,7 +366,7 @@ DEPENDENCIES
344366
net-imap (~> 0.4.19)
345367
puma
346368
rack-mini-profiler
347-
rails (~> 6.1.7.10)
369+
rails (~> 8.0.1)
348370
rspec-rails
349371
rspec_junit_formatter
350372
rubocop

0 commit comments

Comments
 (0)