Skip to content

Commit

Permalink
build(deps-dev): update standard requirement from 1.42.1 to 1.43.0
Browse files Browse the repository at this point in the history
Updates the requirements on [standard](https://github.com/standardrb/standard) to permit the latest version.
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.42.1...v1.43.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent c9b26b0 commit 26105e6
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 @@ -24,7 +24,7 @@ group :development do
gem "simplecov", "= 0.21.2"

# rubocop
gem "standard", "1.42.1"
gem "standard", "1.43.0"
gem "rubocop-minitest", "0.36.0"
gem "rubocop-packaging", "0.5.2"
gem "rubocop-rake", "0.6.0"
Expand Down

0 comments on commit 26105e6

Please sign in to comment.