honeycombio / libhoney-rb

Ruby library for sending data to Honeycomb
Apache License 2.0
11 stars 30 forks source link

Update spy requirement to accept any 1.x release #102

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Updates the requirements on spy to permit the latest version.

Changelog

Sourced from spy's changelog.

Spy 1.0.1 (August 20th, 2020)

Spy 1.0.0 (October 10, 2018)

Spy 0.4.3 (April 14, 2016)

Spy 0.4.2

  • Support for minitest 5.1

Spy 0.4.1

  • Support for minitest 5.0

Spy 0.4.0 (May 8, 2013)

  • Allow Spy#have_received_with to accept a block
  • Add automatic test integration for TestUnit, Minitest and Rspec
  • Fix a few rubinius tests

Spy 0.3.1 (March 13, 2013)

  • Fix Agency recruiting of mock

Spy 0.3.0 (March 12, 2013)

  • Added Mock

    Example:

    book = Spy.mock(Book, author: "John Steinbeck")
    
  • Deprecate Double and use Mock instead

  • Fix Exceptions so they can have custom messages

Spy 0.2.5 (March 9, 2013)

  • Add custom exception classes

Spy 0.2.4 (February 28, 2013)

... (truncated)

Commits
  • b9a517c bump version and change log
  • 8960019 Merge pull request #15 from Hugo-Hache/feature/fix-ruby2.7-proc-without-block...
  • 9146ebb Merge pull request #16 from casperisfine/ruby-2.7
  • cb48fcc Ruby 2.7+ support
  • 5dc104e Replace implicit Proc.new by explicit given block reference
  • 54ec54b remove some warnings
  • d5de957 support byebug instead of stack_explorer
  • dbd4e2b fix warnings
  • d13f42f remove raise from Spy.off when not found
  • 874c91d Test and fix for call_through w/ instance methods
  • See full diff in compare view


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)