Skip to content

Commit

Permalink
Update standard requirement from ~> 1.12.1 to ~> 1.42.1
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.12.1...v1.42.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 48dfeaf commit ff09a8c
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,5 +14,5 @@ gem "yard"
gem "mutex_m"

if RUBY_VERSION >= "2.6.0"
gem "standard", "~> 1.12.1"
gem "standard", "~> 1.42.1"
end

0 comments on commit ff09a8c

Please sign in to comment.