Skip to content

Commit cfe2bad

Browse files
Bump rspec-rails from 8.0.0 to 8.0.2 (#5434)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.0 to 8.0.2. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.0...v8.0.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e096dd6 commit cfe2bad

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ group :development, :test do
151151
# Debugger which supports rdbg and Shopify Ruby LSP VSCode extension
152152
gem "debug", ">= 1.0.0"
153153
# RSpec behavioral testing framework for Rails.
154-
gem "rspec-rails", "~> 8.0.0"
154+
gem "rspec-rails", "~> 8.0.2"
155155
# Static analysis / linter.
156156
gem "rubocop"
157157
# Rails add-on for static analysis.

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ GEM
174174
activerecord (>= 5.a)
175175
database_cleaner-core (~> 2.0)
176176
database_cleaner-core (2.0.1)
177-
date (3.4.1)
177+
date (3.5.0)
178178
debug (1.11.0)
179179
irb (~> 1.10)
180180
reline (>= 0.3.8)
@@ -229,7 +229,7 @@ GEM
229229
dry-inflector (~> 1.0)
230230
dry-logic (~> 1.4)
231231
zeitwerk (~> 2.6)
232-
erb (5.0.2)
232+
erb (6.0.0)
233233
erb_lint (0.9.0)
234234
activesupport
235235
better_html (>= 2.0.1)
@@ -333,7 +333,7 @@ GEM
333333
activesupport (>= 6.0.0)
334334
railties (>= 6.0.0)
335335
io-console (0.8.1)
336-
irb (1.15.2)
336+
irb (1.15.3)
337337
pp (>= 0.6.0)
338338
rdoc (>= 4.0.0)
339339
reline (>= 0.4.2)
@@ -480,7 +480,7 @@ GEM
480480
pg (1.6.1-x86_64-darwin)
481481
pg (1.6.1-x86_64-linux)
482482
popper_js (2.11.8)
483-
pp (0.6.2)
483+
pp (0.6.3)
484484
prettyprint
485485
prawn (2.4.0)
486486
pdf-core (~> 0.9.0)
@@ -517,7 +517,7 @@ GEM
517517
puma (7.0.4)
518518
nio4r (~> 2.0)
519519
racc (1.8.1)
520-
rack (3.2.1)
520+
rack (3.2.4)
521521
rack-mini-profiler (4.0.1)
522522
rack (>= 1.2.0)
523523
rack-protection (4.1.1)
@@ -570,16 +570,17 @@ GEM
570570
thor (~> 1.0, >= 1.2.2)
571571
zeitwerk (~> 2.6)
572572
rainbow (3.1.1)
573-
rake (13.3.0)
573+
rake (13.3.1)
574574
rb-fsevent (0.11.2)
575575
rb-inotify (0.10.1)
576576
ffi (~> 1.0)
577-
rdoc (6.14.2)
577+
rdoc (6.15.1)
578578
erb
579579
psych (>= 4.0.0)
580+
tsort
580581
recaptcha (5.21.1)
581582
regexp_parser (2.11.3)
582-
reline (0.6.2)
583+
reline (0.6.3)
583584
io-console (~> 0.5)
584585
request_store (1.7.0)
585586
rack (>= 1.4)
@@ -593,23 +594,23 @@ GEM
593594
rspec-core (~> 3.13.0)
594595
rspec-expectations (~> 3.13.0)
595596
rspec-mocks (~> 3.13.0)
596-
rspec-core (3.13.4)
597+
rspec-core (3.13.6)
597598
rspec-support (~> 3.13.0)
598599
rspec-expectations (3.13.5)
599600
diff-lcs (>= 1.2.0, < 2.0)
600601
rspec-support (~> 3.13.0)
601-
rspec-mocks (3.13.5)
602+
rspec-mocks (3.13.7)
602603
diff-lcs (>= 1.2.0, < 2.0)
603604
rspec-support (~> 3.13.0)
604-
rspec-rails (8.0.0)
605+
rspec-rails (8.0.2)
605606
actionpack (>= 7.2)
606607
activesupport (>= 7.2)
607608
railties (>= 7.2)
608609
rspec-core (~> 3.13)
609610
rspec-expectations (~> 3.13)
610611
rspec-mocks (~> 3.13)
611612
rspec-support (~> 3.13)
612-
rspec-support (3.13.4)
613+
rspec-support (3.13.6)
613614
rubocop (1.80.2)
614615
json (~> 2.3)
615616
language_server-protocol (~> 3.17.0.2)
@@ -706,14 +707,15 @@ GEM
706707
rubocop-rails (~> 2.25.0)
707708
stimulus-rails (1.3.4)
708709
railties (>= 6.0.0)
709-
stringio (3.1.7)
710+
stringio (3.1.8)
710711
strong_migrations (2.5.0)
711712
activerecord (>= 7.1)
712713
terser (1.2.6)
713714
execjs (>= 0.3.0, < 3)
714715
thor (1.4.0)
715716
tilt (2.2.0)
716717
timeout (0.4.4)
718+
tsort (0.2.0)
717719
ttfunk (1.7.0)
718720
turbo-rails (2.0.17)
719721
actionpack (>= 7.1.0)
@@ -826,7 +828,7 @@ DEPENDENCIES
826828
rails-erd
827829
recaptcha
828830
rolify (~> 6.0)
829-
rspec-rails (~> 8.0.0)
831+
rspec-rails (~> 8.0.2)
830832
rubocop
831833
rubocop-performance
832834
rubocop-rails (~> 2.25.1)

0 commit comments

Comments
 (0)