Skip to content

Commit e2d28ef

Browse files
Bump rspec-rails from 8.0.0 to 8.0.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.0 to 8.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 463db73 commit e2d28ef

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.0"
49+
gem "rspec-rails", "~> 8.0.1"
5050
gem "faker"
5151
gem "factory_bot_rails"
5252
end

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ GEM
130130
ruby-statistics (>= 4.0.1)
131131
ruby2_keywords
132132
thor (>= 0.19, < 2)
133-
diff-lcs (1.6.1)
133+
diff-lcs (1.6.2)
134134
drb (2.2.3)
135135
erb (5.0.1)
136136
erubi (1.13.1)
@@ -304,23 +304,23 @@ GEM
304304
reline (0.6.1)
305305
io-console (~> 0.5)
306306
rexml (3.4.1)
307-
rspec-core (3.13.3)
307+
rspec-core (3.13.4)
308308
rspec-support (~> 3.13.0)
309-
rspec-expectations (3.13.4)
309+
rspec-expectations (3.13.5)
310310
diff-lcs (>= 1.2.0, < 2.0)
311311
rspec-support (~> 3.13.0)
312-
rspec-mocks (3.13.4)
312+
rspec-mocks (3.13.5)
313313
diff-lcs (>= 1.2.0, < 2.0)
314314
rspec-support (~> 3.13.0)
315-
rspec-rails (8.0.0)
315+
rspec-rails (8.0.1)
316316
actionpack (>= 7.2)
317317
activesupport (>= 7.2)
318318
railties (>= 7.2)
319319
rspec-core (~> 3.13)
320320
rspec-expectations (~> 3.13)
321321
rspec-mocks (~> 3.13)
322322
rspec-support (~> 3.13)
323-
rspec-support (3.13.3)
323+
rspec-support (3.13.4)
324324
rubocop (1.75.3)
325325
json (~> 2.3)
326326
language_server-protocol (~> 3.17.0.2)
@@ -457,7 +457,7 @@ DEPENDENCIES
457457
rdiscount
458458
rdoc
459459
redcarpet
460-
rspec-rails (~> 8.0.0)
460+
rspec-rails (~> 8.0.1)
461461
rubocop-rails-omakase
462462
selenium-webdriver
463463
skylight

0 commit comments

Comments
 (0)