Skip to content

Commit 9838711

Browse files
Update standard requirement from ~> 0.1 to ~> 1.0
Updates the requirements on [standard](https://github.com/testdouble/standard) to permit the latest version. - [Release notes](https://github.com/testdouble/standard/releases) - [Changelog](https://github.com/testdouble/standard/blob/master/CHANGELOG.md) - [Commits](standardrb/standard@v0.1.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 8c3593b commit 9838711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

complicode.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
3535
spec.add_development_dependency "rubocop-rspec", "~> 2.0"
3636
spec.add_development_dependency "simplecov", "~> 0.16"
3737
spec.add_development_dependency "smarter_csv", "~> 1.2"
38-
spec.add_development_dependency "standard", "~> 0.1"
38+
spec.add_development_dependency "standard", "~> 1.0"
3939
end

0 commit comments

Comments
 (0)