Skip to content

Commit 836f085

Browse files
Bump rspec-rails from 8.0.3 to 8.0.4
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.3 to 8.0.4. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 713d866 commit 836f085

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
docile (1.4.0)
132132
domain_name (0.6.20240107)
133133
drb (2.2.3)
134-
erb (6.0.1)
134+
erb (6.0.2)
135135
erubi (1.13.1)
136136
et-orbi (1.2.11)
137137
tzinfo
@@ -209,7 +209,7 @@ GEM
209209
rdoc (>= 4.0.0)
210210
reline (>= 0.4.2)
211211
jmespath (1.6.2)
212-
json (2.18.1)
212+
json (2.19.1)
213213
jsonpath (1.1.5)
214214
multi_json
215215
language_server-protocol (3.17.0.5)
@@ -239,7 +239,8 @@ GEM
239239
mime-types-data (~> 3.2025, >= 3.2025.0507)
240240
mime-types-data (3.2026.0303)
241241
mini_mime (1.1.5)
242-
minitest (6.0.1)
242+
minitest (6.0.2)
243+
drb (~> 2.0)
243244
prism (~> 1.5)
244245
msgpack (1.8.0)
245246
multi_json (1.19.1)
@@ -525,8 +526,8 @@ GEM
525526
activesupport (>= 5.0.0)
526527
minitest
527528
nokogiri (>= 1.6)
528-
rails-html-sanitizer (1.6.2)
529-
loofah (~> 2.21)
529+
rails-html-sanitizer (1.7.0)
530+
loofah (~> 2.25)
530531
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)
531532
railties (8.1.2)
532533
actionpack (= 8.1.2)
@@ -568,17 +569,17 @@ GEM
568569
rspec-expectations (3.13.5)
569570
diff-lcs (>= 1.2.0, < 2.0)
570571
rspec-support (~> 3.13.0)
571-
rspec-mocks (3.13.7)
572+
rspec-mocks (3.13.8)
572573
diff-lcs (>= 1.2.0, < 2.0)
573574
rspec-support (~> 3.13.0)
574-
rspec-rails (8.0.3)
575+
rspec-rails (8.0.4)
575576
actionpack (>= 7.2)
576577
activesupport (>= 7.2)
577578
railties (>= 7.2)
578-
rspec-core (~> 3.13)
579-
rspec-expectations (~> 3.13)
580-
rspec-mocks (~> 3.13)
581-
rspec-support (~> 3.13)
579+
rspec-core (>= 3.13.0, < 5.0.0)
580+
rspec-expectations (>= 3.13.0, < 5.0.0)
581+
rspec-mocks (>= 3.13.0, < 5.0.0)
582+
rspec-support (>= 3.13.0, < 5.0.0)
582583
rspec-support (3.13.7)
583584
rss (0.3.2)
584585
rexml

0 commit comments

Comments
 (0)