Skip to content

Commit 7f3213a

Browse files
authored
Merge pull request #2373 from ViewComponent/dependabot/bundler/rspec-rails-8.0.1
Bump rspec-rails from 7.1.1 to 8.0.1
2 parents f65e85b + 46819f1 commit 7f3213a

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
@@ -30,7 +30,7 @@ group :development, :test do
3030
gem "rake", "~> 13"
3131
gem "rails-dom-testing", "~> 2.3.0"
3232
gem "redis"
33-
gem "rspec-rails", "~> 7"
33+
gem "rspec-rails", "~> 8"
3434
gem "rubocop-md", "~> 2"
3535
gem "selenium-webdriver", "~> 4"
3636
gem "simplecov-console", "< 1"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,18 +267,18 @@ GEM
267267
reline (0.6.1)
268268
io-console (~> 0.5)
269269
rexml (3.4.1)
270-
rspec-core (3.13.4)
270+
rspec-core (3.13.5)
271271
rspec-support (~> 3.13.0)
272272
rspec-expectations (3.13.5)
273273
diff-lcs (>= 1.2.0, < 2.0)
274274
rspec-support (~> 3.13.0)
275275
rspec-mocks (3.13.5)
276276
diff-lcs (>= 1.2.0, < 2.0)
277277
rspec-support (~> 3.13.0)
278-
rspec-rails (7.1.1)
279-
actionpack (>= 7.0)
280-
activesupport (>= 7.0)
281-
railties (>= 7.0)
278+
rspec-rails (8.0.1)
279+
actionpack (>= 7.2)
280+
activesupport (>= 7.2)
281+
railties (>= 7.2)
282282
rspec-core (~> 3.13)
283283
rspec-expectations (~> 3.13)
284284
rspec-mocks (~> 3.13)
@@ -410,7 +410,7 @@ DEPENDENCIES
410410
rails-dom-testing (~> 2.3.0)
411411
rake (~> 13)
412412
redis
413-
rspec-rails (~> 7)
413+
rspec-rails (~> 8)
414414
rubocop-md (~> 2)
415415
selenium-webdriver (~> 4)
416416
simplecov (< 1)

0 commit comments

Comments
 (0)