Skip to content

Commit f10169e

Browse files
Merge pull request #240 from docmeta/dependabot/bundler/rspec-rails-8.0.2
Bump rspec-rails from 8.0.1 to 8.0.2
2 parents aa62e24 + c4be2af commit f10169e

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)