Skip to content

Commit aed5274

Browse files
dependabot[bot]MrSerth
authored andcommitted
build(deps-dev): bump rspec-rails from 7.1.1 to 8.0.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac4e7e5 commit aed5274

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@ GEM
460460
rspec-mocks (3.13.2)
461461
diff-lcs (>= 1.2.0, < 2.0)
462462
rspec-support (~> 3.13.0)
463-
rspec-rails (7.1.1)
464-
actionpack (>= 7.0)
465-
activesupport (>= 7.0)
466-
railties (>= 7.0)
463+
rspec-rails (8.0.0)
464+
actionpack (>= 7.2)
465+
activesupport (>= 7.2)
466+
railties (>= 7.2)
467467
rspec-core (~> 3.13)
468468
rspec-expectations (~> 3.13)
469469
rspec-mocks (~> 3.13)
@@ -923,7 +923,7 @@ CHECKSUMS
923923
rspec-expectations (3.13.3) sha256=0e6b5af59b900147698ea0ff80456c4f2e69cac4394fbd392fbd1ca561f66c58
924924
rspec-github (3.0.0) sha256=46af3cd8cad3e4434c20598752b6e721c5325e73d7e36e256379f0d3a85968af
925925
rspec-mocks (3.13.2) sha256=2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
926-
rspec-rails (7.1.1) sha256=e15dccabed211e2fd92f21330c819adcbeb1591c1d66c580d8f2d8288557e331
926+
rspec-rails (8.0.0) sha256=977a508cd94d152db2068c6585470db5d0cd47eef56d5410b9531034fb9d97bf
927927
rspec-support (3.13.2) sha256=cea3a2463fd9b84b9dcc9685efd80ea701aa8f7b3decb3b3ce795ed67737dbec
928928
rubocop (1.75.4) sha256=e0656af44d0811bb40f6d0bd4ed6c8d80c0f05f3444f0e8f0839833dd46d18c6
929929
rubocop-ast (1.44.1) sha256=e3cc04203b2ef04f6d6cf5f85fe6d643f442b18cc3b23e3ada0ce5b6521b8e92

spec/support/capybara.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
config.before(:each, type: :system, js: true) do
1818
# Selenium when we need JavaScript
1919
if ENV['CAPYBARA_SERVER_PORT']
20-
ActionDispatch::SystemTestCase.served_by host: 'rails-app', port: ENV['CAPYBARA_SERVER_PORT']
20+
served_by host: 'rails-app', port: ENV['CAPYBARA_SERVER_PORT']
2121

2222
driven_by :selenium, using: :headless_chrome, options: {
2323
browser: :remote,

0 commit comments

Comments
 (0)