Skip to content

Commit 048314a

Browse files
Update rake requirement from ~> 10.0 to ~> 13.0
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@rake-10.0.0...v13.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1e42beb commit 048314a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zstd-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
3232
spec.extensions = ["ext/zstdruby/extconf.rb"]
3333

3434
spec.add_development_dependency "bundler"
35-
spec.add_development_dependency "rake", "~> 10.0"
35+
spec.add_development_dependency "rake", "~> 13.0"
3636
spec.add_development_dependency "rake-compiler", '~> 1'
3737
spec.add_development_dependency "rspec", "~> 3.0"
3838
end

0 commit comments

Comments
 (0)