Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rspec-rails from 3.8.2 to 4.0.1 #4108

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 27, 2020

Bumps rspec-rails from 3.8.2 to 4.0.1.

Changelog

Sourced from rspec-rails's changelog.

4.0.1 / 2020-05-16

Full Changelog

Bug Fixes:

  • Remove warning when calling driven_by in system specs. (Aubin Lorieux, #2302)
  • Fix comparison of times for #at in job matchers. (Jon Rowe, Markus Doits, #2304)
  • Allow have_enqueued_mail to match when a sub class of ActionMailer::DeliveryJob is set using <Class>.delivery_job=. (Atsushi Yoshida #2305)
  • Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)
  • Add required_ruby_version to gem spec. (Marc-André Lafortune, #2319, #2338)

4.0.0 / 2020-03-24

Full Changelog

Enhancements:

  • Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)
  • Adds support for JRuby on Rails 5.2 and 6
  • Add support for parameterised mailers (Ignatius Reza, #2125)
  • Add ActionMailbox spec helpers and test type (James Dabbs, #2119)
  • Add ActionCable spec helpers and test type (Vladimir Dementyev, #2113)
  • Add support for partial args when using have_enqueued_mail (Ignatius Reza, #2118, #2125)
  • Add support for time arguments for have_enqueued_job (@alpaca-tc, #2157)
  • Improve path parsing in view specs render options. (John Hawthorn, #2115)
  • Add routing spec template as an option for generating controller specs. (David Revelo, #2134)
  • Add argument matcher support to have_enqueued_* matchers. (Phil Pirozhkov, #2206)
  • Switch generated templates to use ruby 1.9 hash keys. (Tanbir Hasan, #2224)
  • Add have_been_performed/have_performed_job/perform_job ActiveJob matchers (Isaac Seymour, #1785)
  • Default to generating request specs rather than controller specs when generating a controller (Luka Lüdicke, #2222)
  • Allow ActiveJob matchers #on_queue modifier to take symbolic queue names. (Nils Sommer, #2283)
  • The scaffold generator now generates request specs in preference to controller specs. (Luka Lüdicke, #2288)
  • Add configuration option to disable ActiveRecord. (Jon Rowe, Phil Pirozhkov, Hermann Mayer, #2266)
  • Set ActionDispatch::SystemTesting::Server.silence_puma = true when running system specs. (ta1kt0me, Benoit Tigeot, #2289)

Bug Fixes:

  • EmptyTemplateHandler.call now needs to support an additional argument in Rails 6. (Pavel Rosický, #2089)
  • Suppress warning from SQLite3Adapter.represent_boolean_as_integer which is deprecated. (Pavel Rosický, #2092)
  • ActionView::Template#formats has been deprecated and replaced by ActionView::Template#format(Seb Jacobs, #2100)
  • Replace before_teardown as well as after_teardown to ensure screenshots
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that updates a dependency label Aug 27, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rspec-rails-4.0.1 branch from 67529ae to ce22130 Compare August 27, 2020 14:54
@javierm
Copy link
Member

javierm commented Sep 27, 2020

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rspec-rails-4.0.1 branch 3 times, most recently from b3228bf to 70dad19 Compare September 28, 2020 14:38
@javierm
Copy link
Member

javierm commented Sep 28, 2020

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/rspec-rails-4.0.1 branch from 70dad19 to 1d34b92 Compare September 28, 2020 15:05
@javierm javierm self-assigned this Sep 28, 2020
@javierm javierm added this to Reviewing in Consul Democracy via automation Sep 28, 2020
Consul Democracy automation moved this from Reviewing to Testing Sep 28, 2020
@javierm javierm merged commit 82f88c3 into master Sep 28, 2020
Consul Democracy automation moved this from Testing to Release 1.3.0 Sep 28, 2020
@javierm javierm deleted the dependabot/bundler/rspec-rails-4.0.1 branch September 28, 2020 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that updates a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant