alphagov / calculators

Serves the Child benefit tax calculator on GOV.UK
https://docs.publishing.service.gov.uk/apps/calculators.html
MIT License
11 stars 13 forks source link

Bump govuk_test from 1.0.3 to 2.0.0 #949

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps govuk_test from 1.0.3 to 2.0.0.

Changelog

Sourced from govuk_test's changelog.

2.0.0

  • BREAKING: .configure no longer accepts options. If you need to modify the headless_chrome selenium driver you can re-register the driver with Capybara.register_driver.
  • GovukTest.headless_chrome_selenium_options added to allow accessing the headless Chrome selenium options for other contexts (such as configuring Jasmine).
  • GOVUK_TEST_CHROME_NO_SANDBOX can be set to default Chrome to be running with the --no-sandbox argument.
Commits
  • 90853d5 Merge pull request #33 from alphagov/release-v2
  • 1f57dbf Release version 2.0.0
  • ce11613 Merge pull request #32 from alphagov/bump-deps
  • 364f14c Remove rake and bundler constraints
  • 2de2e61 Bump ruby version to 2.6.6
  • 80ddee7 Merge pull request #31 from alphagov/chrome-sandbox
  • d804452 Provide a .headless_chrome_selenium_options to access options
  • dc27508 Allow chrome to run outside a sandbox with env var
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)