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-retry from 0.5.6 to 0.6.1 #2815

Merged
merged 1 commit into from
Oct 9, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rspec-retry from 0.5.6 to 0.6.1.

Release notes

Sourced from rspec-retry's releases.

Add Exponential Backoff

enhancements

add exponential backoff option (thanks patveith, thedrow / #91, #94, #95)
better documentation (thanks swrobel / #90)

Changelog

Sourced from rspec-retry's changelog.

0.6.1 - 2018-06-11

enhancements

add more flexible method of retrying (thanks varyform / #48)
store retry attempts in example metadata (thanks aeberlin / #43)

0.6.0 - 2018-05-15

enhancements

add exponential backoff option (thanks patveith, thedrow / #91, #94, #95)
better documentation (thanks swrobel / #90)

0.5.7 - 2018-03-13

enhancements

remove <3.8 constraint on rspec-core to prevent breaking when rspec-core upgrades (thanks dthorsen / #89)

Commits
  • e3191f7 release 0.6.1
  • 4ba18d5 Merge pull request #97 from NoRedInk/aeberlin-store-attempted-retries-in-exam...
  • 988f3b0 cleanup
  • 33afb15 Remove debugging statements.
  • 8695d7e Fix tests to reflect 3.2 support.
  • c93fed8 Removing redundant example, other will fail if not initialized anyway.
  • 708604a Store retry attempts in example metadata.
  • 9840048 Merge pull request #48 from varyform/master
  • 38e8e0a add missing newlines
  • cad8b1c release 0.6.0
  • Additional commits viewable 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.


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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@luisramos0
Copy link
Contributor

Build broken with:

  1) Subscriptions as an enterprise user creating a new subscription editing an existing subscription passes the smoke test
     Failure/Error: expect(page).to have_selector '#order_form_total', text: "$7.75"
       expected to find visible css "#order_form_total" with text "$7.75" but there were no matches
     # ./spec/features/admin/subscriptions_spec.rb:385:in `block (5 levels) in <top (required)>'

Random error or related? Rerunning build to check.

@mkllnk
Copy link
Member

mkllnk commented Oct 9, 2018

Your re-run worked. So it seems unrelated. It's also not affecting production code. I will add the no-test label.

@sauloperez sauloperez merged commit 5606550 into master Oct 9, 2018
@sauloperez sauloperez deleted the dependabot/bundler/rspec-retry-0.6.1 branch October 9, 2018 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants