Skip to content

Commit 2f61d9d

Browse files
dependabot-preview[bot]drwl
authored andcommitted
Update rake requirement from >= 10.4, < 13.0 to >= 10.4, < 14.0 (#659)
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v10.4.0...v13.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 9c91d50 commit 2f61d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
2222
s.summary = 'Annotates Rails Models, routes, fixtures, and others based on the database schema.'
2323

2424
s.specification_version = 4 if s.respond_to? :specification_version
25-
s.add_runtime_dependency(%q<rake>, ['>= 10.4', '< 13.0'])
25+
s.add_runtime_dependency(%q<rake>, '>= 10.4', '< 14.0')
2626
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 7.0'])
2727
end

0 commit comments

Comments
 (0)