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 mocha from 1.2.1 to 1.5.0 #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps mocha from 1.2.1 to 1.5.0.

Changelog

Sourced from mocha's changelog.

1.5.0

  • Prevent use of Mocha outside the context of a test/example - thanks to andyw8 & lzap (#327)

1.4.0

  • Fix deprecation warning for assert_nil in ClassMethodTest (#308 & #309)
  • Display file and line number in deprecation warning - thanks to chrisarcand (#310, #312 & #313)
  • Rename mocha/mini_test.rb to mocha/minitest.rb - thanks to grosser (#320 & #322)
  • Fix warning when delegating to mock in Ruby 2.4 - thanks to tjvc (#321 & #323)
  • Updates to Travis CI configuration (73af600..9732726 & 0426e5e)

1.3.0

  • Ensure all tests run individually - thanks to chrisroos (#267)
  • Update Travis CI build status badge to show master branch status (#264)
  • Correct RSpec section of the README - thanks to myronmarston (0cc039c8)
  • Fix pretty printing of quotes in String#mocha_inspect (#215 & #223)
  • Add release instructions to README - thanks to chrisroos (70a5febd & 3c664df7)
  • Require at least Ruby v1.8.7 in gemspec - thanks to knappe (3e20be8e)
  • Remove redundant InstanceMethod#method_exists? - thanks to chrisroos (8f58eddf)
  • Reduce risk of hitting bug 12832 in Ruby v2.3 - thanks to chrisroos (#277 & eca7560c)
  • Fix JRuby build - thanks to headius (Prepend must set method's "defined class" to the new bottom. jruby/jruby#4250) & chrisroos (#274)
  • Add latest stable version of JRuby to Travis CI build matrix (#288)
  • Fix Ruby v1.8.7 builds on Travis CI (928b5a40 & 460dce5b)
  • Deprecate passing block to mock object constructor (#290)
  • Add a known issue to README for Ruby bug 12876 (#276)
  • Add Ruby 2.4 and ruby-head to Travis CI build matrix - thanks to junaruga (#297)
  • Fix Mocha::ParameterMatchers#includes for Array values - thanks to timcraft (#302)
  • Use faster container-based virtual environments for Travis CI builds (#305)
  • Rename Mocha::ParameterMatchers::QueryStringMatches to QueryString (#306)
  • Handle blank parameter value for query string matcher - thanks to weynsee (#303 & #304)
  • Rename Mocha::ParameterMatchers::QueryString -> EquivalentUri (#307)
  • Use do ... end instead of { ... } in acceptance tests - thanks to chrisroos (#294)
Commits
  • 12d9ce7 Prepare to release v1.5.0
  • 44a37b9 Update release notes
  • d6c6c82 Merge pull request #327 from freerange/prevent-use-of-mocha-outside-test
  • 89eeb1c Inline Mockery.reset_instance into Mockery.teardown
  • b57c386 Extract ErrorWithFilteredBacktrace to reduce duplication
  • 5bda7c4 Raise NotInitializedError if Mocha used outside context of a test
  • 8ea0c63 Remove unnecessary restoration of Mockery.logger in acceptance tests
  • 03b2053 Explicitly instantiate Mockery from Hooks#mocha_setup
  • 9c449d7 Call Mocha::Hooks#mocha_setup from legacy integration modules
  • c0f7b9d Prepare to release v1.4.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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [mocha](https://github.com/freerange/mocha) from 1.2.1 to 1.5.0.
- [Release notes](https://github.com/freerange/mocha/releases)
- [Changelog](https://github.com/freerange/mocha/blob/master/RELEASE.md)
- [Commits](freerange/mocha@v1.2.1...v1.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
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.

None yet

1 participant