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

Update memoized requirement from 1.1.0 to 1.1.1 in /benchmarks #288

Merged
merged 2 commits into from Sep 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2022

Updates the requirements on memoized to permit the latest version.

Changelog

Sourced from memoized's changelog.

1.1.1 - 2022-06-22

Breaking changes

  • (The .parameters of a memoized method are no longer renamed to arg1 ... argn and instead retain their original names)

Compatible changes

  • Methods with keyword arguments can now be properly memoized
  • In addition to a methods .arity, memoized now also preserves its .parameters

1.1.0 - 2022-03-16

Breaking changes

  • Remove no longer supported ruby versions (2.3.8, 2.4.5)

Compatible changes

  • Activate rubygems MFA

1.0.2 - 2019-05-22

Compatible changes

  • Preserve arity of methods with optional arguments

1.0.1 - 2019-02-27

Compatible changes

  • Fix meta information in gemspec.

1.0.0 - 2019-02-27

Compatible changes

Forked memoizer with two changes:

  1. Memoized methods now preserve their arity. Previously all memoized methods had an arity of -1.
  2. Memoized methods are now faster at runtime. This will only be noticable if you call a memoized methods many times in the same request.

We published our fork as a new gem named memoized.

memoized is API-compatible to memoizer, you just need to include Memoized instead of Memoizer:

class A
  include Memoized
</tr></table> 

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jun 23, 2022
@codecov
Copy link

codecov bot commented Jun 23, 2022

Codecov Report

Merging #288 (98fd22a) into main (7feaad0) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #288   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          177       177           
  Branches        87        87           
=========================================
  Hits           177       177           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JacobEvelyn
Copy link
Member

@dependabot rebase

Updates the requirements on [memoized](https://github.com/makandra/memoized) to permit the latest version.
- [Release notes](https://github.com/makandra/memoized/releases)
- [Changelog](https://github.com/makandra/memoized/blob/master/CHANGELOG.md)
- [Commits](makandra/memoized@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: memoized
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/benchmarks/memoized-1.1.1 branch from a6b2d1e to 0da6789 Compare September 28, 2022 18:37
README.md Show resolved Hide resolved
@JacobEvelyn JacobEvelyn force-pushed the dependabot/bundler/benchmarks/memoized-1.1.1 branch from 67af0fa to ef195f0 Compare September 28, 2022 19:01
@JacobEvelyn JacobEvelyn force-pushed the dependabot/bundler/benchmarks/memoized-1.1.1 branch from ef195f0 to 98fd22a Compare September 28, 2022 19:04
@JacobEvelyn JacobEvelyn merged commit a0e6a99 into main Sep 28, 2022
@JacobEvelyn JacobEvelyn deleted the dependabot/bundler/benchmarks/memoized-1.1.1 branch September 28, 2022 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants