Skip to content

Commit c4be2af

Browse files
Bump rspec-rails from 8.0.1 to 8.0.2
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]>
1 parent aa62e24 commit c4be2af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ group :development, :test do
4646

4747
gem "capybara", require: "capybara"
4848
gem "selenium-webdriver"
49-
gem "rspec-rails", "~> 8.0.1"
49+
gem "rspec-rails", "~> 8.0.2"
5050
gem "faker"
5151
gem "factory_bot_rails"
5252
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,15 @@ GEM
306306
reline (0.6.2)
307307
io-console (~> 0.5)
308308
rexml (3.4.1)
309-
rspec-core (3.13.4)
309+
rspec-core (3.13.5)
310310
rspec-support (~> 3.13.0)
311311
rspec-expectations (3.13.5)
312312
diff-lcs (>= 1.2.0, < 2.0)
313313
rspec-support (~> 3.13.0)
314314
rspec-mocks (3.13.5)
315315
diff-lcs (>= 1.2.0, < 2.0)
316316
rspec-support (~> 3.13.0)
317-
rspec-rails (8.0.1)
317+
rspec-rails (8.0.2)
318318
actionpack (>= 7.2)
319319
activesupport (>= 7.2)
320320
railties (>= 7.2)
@@ -459,7 +459,7 @@ DEPENDENCIES
459459
rdiscount
460460
rdoc
461461
redcarpet
462-
rspec-rails (~> 8.0.1)
462+
rspec-rails (~> 8.0.2)
463463
rubocop-rails-omakase
464464
selenium-webdriver
465465
skylight

0 commit comments

Comments
 (0)