Skip to content

Commit

Permalink
build(deps-dev): update standard requirement from 1.39.1 to 1.39.2
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.39.1...v1.39.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent cb89f72 commit ec1e688
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.39.1", require: false
gem "standard", "1.39.2", require: false
gem "rubocop", "1.64.1", require: false
gem "rubocop-minitest", "0.35.1", require: false
gem "rubocop-packaging", "0.5.2", require: false
Expand Down

0 comments on commit ec1e688

Please sign in to comment.