Skip to content

Commit 6f31366

Browse files
Bump rspec-rails from 8.0.2 to 8.0.4 (#1101)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.2 to 8.0.4. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.2...v8.0.4) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab6e323 commit 6f31366

1 file changed

Lines changed: 23 additions & 24 deletions

File tree

Gemfile.lock

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ GEM
9393
rack-test (>= 0.6.3)
9494
regexp_parser (>= 1.5, < 3.0)
9595
xpath (~> 3.2)
96-
cgi (0.5.0)
9796
coderay (1.1.3)
9897
concurrent-ruby (1.3.6)
9998
connection_pool (3.0.2)
@@ -104,13 +103,12 @@ GEM
104103
activerecord (>= 5.a)
105104
database_cleaner-core (~> 2.0)
106105
database_cleaner-core (2.0.1)
107-
date (3.5.0)
106+
date (3.5.1)
108107
diff-lcs (1.6.2)
109108
drb (2.2.3)
110109
email_validator (2.2.4)
111110
activemodel
112-
erb (4.0.4)
113-
cgi (>= 0.3.3)
111+
erb (6.0.2)
114112
erb_lint (0.9.0)
115113
activesupport
116114
better_html (>= 2.0.1)
@@ -133,16 +131,17 @@ GEM
133131
activesupport (>= 6.1)
134132
i18n (1.14.8)
135133
concurrent-ruby (~> 1.0)
136-
io-console (0.8.1)
137-
irb (1.15.2)
134+
io-console (0.8.2)
135+
irb (1.17.0)
138136
pp (>= 0.6.0)
137+
prism (>= 1.3.0)
139138
rdoc (>= 4.0.0)
140139
reline (>= 0.4.2)
141140
json (2.19.3)
142141
language_server-protocol (3.17.0.5)
143142
lint_roller (1.1.0)
144143
logger (1.7.0)
145-
loofah (2.24.1)
144+
loofah (2.25.1)
146145
crass (~> 1.0.2)
147146
nokogiri (>= 1.12.0)
148147
mail (2.8.1)
@@ -181,7 +180,7 @@ GEM
181180
coderay (~> 1.1)
182181
method_source (~> 1.0)
183182
reline (>= 0.6.0)
184-
psych (5.2.6)
183+
psych (5.3.1)
185184
date
186185
stringio
187186
public_suffix (7.0.5)
@@ -192,7 +191,7 @@ GEM
192191
rack (>= 3.0.0)
193192
rack-test (2.2.0)
194193
rack (>= 1.3)
195-
rackup (2.2.1)
194+
rackup (2.3.1)
196195
rack (>= 3)
197196
rails-controller-testing (1.0.5)
198197
actionpack (>= 5.0.1.rc1)
@@ -202,8 +201,8 @@ GEM
202201
activesupport (>= 5.0.0)
203202
minitest
204203
nokogiri (>= 1.6)
205-
rails-html-sanitizer (1.6.2)
206-
loofah (~> 2.21)
204+
rails-html-sanitizer (1.7.0)
205+
loofah (~> 2.25)
207206
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)
208207
railties (8.1.3)
209208
actionpack (= 8.1.3)
@@ -216,30 +215,30 @@ GEM
216215
zeitwerk (~> 2.6)
217216
rainbow (3.1.1)
218217
rake (13.3.1)
219-
rdoc (6.15.0)
218+
rdoc (7.2.0)
220219
erb
221220
psych (>= 4.0.0)
222221
tsort
223222
regexp_parser (2.12.0)
224-
reline (0.6.2)
223+
reline (0.6.3)
225224
io-console (~> 0.5)
226-
rspec-core (3.13.5)
225+
rspec-core (3.13.6)
227226
rspec-support (~> 3.13.0)
228227
rspec-expectations (3.13.5)
229228
diff-lcs (>= 1.2.0, < 2.0)
230229
rspec-support (~> 3.13.0)
231-
rspec-mocks (3.13.5)
230+
rspec-mocks (3.13.8)
232231
diff-lcs (>= 1.2.0, < 2.0)
233232
rspec-support (~> 3.13.0)
234-
rspec-rails (8.0.2)
233+
rspec-rails (8.0.4)
235234
actionpack (>= 7.2)
236235
activesupport (>= 7.2)
237236
railties (>= 7.2)
238-
rspec-core (~> 3.13)
239-
rspec-expectations (~> 3.13)
240-
rspec-mocks (~> 3.13)
241-
rspec-support (~> 3.13)
242-
rspec-support (3.13.6)
237+
rspec-core (>= 3.13.0, < 5.0.0)
238+
rspec-expectations (>= 3.13.0, < 5.0.0)
239+
rspec-mocks (>= 3.13.0, < 5.0.0)
240+
rspec-support (>= 3.13.0, < 5.0.0)
241+
rspec-support (3.13.7)
243242
rubocop (1.84.2)
244243
json (~> 2.3)
245244
language_server-protocol (~> 3.17.0.2)
@@ -277,8 +276,8 @@ GEM
277276
standard-performance (1.9.0)
278277
lint_roller (~> 1.1)
279278
rubocop-performance (~> 1.26.0)
280-
stringio (3.1.7)
281-
thor (1.4.0)
279+
stringio (3.2.0)
280+
thor (1.5.0)
282281
timecop (0.9.10)
283282
timeout (0.4.3)
284283
tsort (0.2.0)
@@ -291,7 +290,7 @@ GEM
291290
useragent (0.16.11)
292291
xpath (3.2.0)
293292
nokogiri (~> 1.8)
294-
zeitwerk (2.6.18)
293+
zeitwerk (2.7.5)
295294

296295
PLATFORMS
297296
arm64-darwin-24

0 commit comments

Comments
 (0)