Skip to content

Commit

Permalink
Update benchmark-ips requirement from ~> 2.12.0 to ~> 2.13.0 (#460)
Browse files Browse the repository at this point in the history
Updates the requirements on [benchmark-ips](https://github.com/evanphx/benchmark-ips) to permit the latest version.
- [Release notes](https://github.com/evanphx/benchmark-ips/releases)
- [Changelog](https://github.com/evanphx/benchmark-ips/blob/master/History.md)
- [Commits](evanphx/benchmark-ips@v2.12.0...v2.13.0)

---
updated-dependencies:
- dependency-name: benchmark-ips
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 80afaec commit ede14b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group(:development) do
gem('debug', '~> 1.8.0', require: false)
gem('rbs', '~> 3.3.2', require: false)
gem('steep', '~> 1.6.0', require: false)
gem('benchmark-ips', '~> 2.12.0', require: false)
gem('benchmark-ips', '~> 2.13.0', require: false)
gem('stackprof')
gem('yard', '~> 0.9.34', require: false)
gem('rubocop', '~> 1.58.0', require: false)
Expand Down

0 comments on commit ede14b1

Please sign in to comment.