Skip to content

Commit

Permalink
Update benchmark-ips requirement from ~> 2.12.0 to ~> 2.13.0 (#1942)
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
  update-type: version-update:semver-minor
...

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] committed Dec 18, 2023
1 parent d1d4d7d commit 542a64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -82,7 +82,7 @@ GEM
rake
thor (>= 0.14.0)
ast (2.4.2)
benchmark-ips (2.12.0)
benchmark-ips (2.13.0)
better_html (2.0.2)
actionview (>= 6.0)
activesupport (>= 6.0)
Expand Down Expand Up @@ -321,7 +321,7 @@ PLATFORMS

DEPENDENCIES
appraisal (~> 2.4)
benchmark-ips (~> 2.12.0)
benchmark-ips (~> 2.13.0)
better_html
bundler (~> 2)
capybara (~> 3)
Expand Down
2 changes: 1 addition & 1 deletion view_component.gemspec
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "method_source", "~> 1.0"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_development_dependency "appraisal", "~> 2.4"
spec.add_development_dependency "benchmark-ips", "~> 2.12.0"
spec.add_development_dependency "benchmark-ips", "~> 2.13.0"
spec.add_development_dependency "better_html"
spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "erb_lint"
Expand Down

0 comments on commit 542a64d

Please sign in to comment.