Skip to content

Commit f3d05a4

Browse files
build(deps-dev): bump rspec-rails from 8.0.1 to 8.0.2 (#4506)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.1 to 8.0.2. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.1...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 29bd4a6 commit f3d05a4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ group :test do
8282
gem 'rspec-collection_matchers'
8383
gem 'rspec-instafail'
8484
gem 'rspec-its'
85-
gem 'rspec-rails', '~> 8.0.1'
85+
gem 'rspec-rails', '~> 8.0.2'
8686
gem 'rspec-wait'
8787
gem 'rubocop', '~> 1.79.2'
8888
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ GEM
142142
docile (1.1.5)
143143
domain_name (0.6.20240107)
144144
drb (2.2.3)
145-
erb (5.0.1)
145+
erb (5.0.2)
146146
erubi (1.13.1)
147147
eventmachine (1.2.7)
148148
excon (1.2.8)
@@ -273,7 +273,7 @@ GEM
273273
mutex_m
274274
i18n (1.14.7)
275275
concurrent-ruby (~> 1.0)
276-
io-console (0.8.0)
276+
io-console (0.8.1)
277277
ipaddress (0.8.3)
278278
irb (1.15.2)
279279
pp (>= 0.6.0)
@@ -421,15 +421,15 @@ GEM
421421
ffi (~> 1.0)
422422
rbs (3.6.1)
423423
logger
424-
rdoc (6.14.1)
424+
rdoc (6.14.2)
425425
erb
426426
psych (>= 4.0.0)
427427
redis (5.4.1)
428428
redis-client (>= 0.22.0)
429429
redis-client (0.25.1)
430430
connection_pool
431431
regexp_parser (2.11.0)
432-
reline (0.6.1)
432+
reline (0.6.2)
433433
io-console (~> 0.5)
434434
representable (3.2.0)
435435
declarative (< 0.1.0)
@@ -465,7 +465,7 @@ GEM
465465
rspec-mocks (3.13.5)
466466
diff-lcs (>= 1.2.0, < 2.0)
467467
rspec-support (~> 3.13.0)
468-
rspec-rails (8.0.1)
468+
rspec-rails (8.0.2)
469469
actionpack (>= 7.2)
470470
activesupport (>= 7.2)
471471
railties (>= 7.2)
@@ -682,7 +682,7 @@ DEPENDENCIES
682682
rspec-collection_matchers
683683
rspec-instafail
684684
rspec-its
685-
rspec-rails (~> 8.0.1)
685+
rspec-rails (~> 8.0.2)
686686
rspec-wait
687687
rspec_api_documentation (>= 6.1.0)
688688
rubocop (~> 1.79.2)

0 commit comments

Comments
 (0)