Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 7220ee1

Browse files
committed
Bump the rake version in the gemspec
1 parent 668cef6 commit 7220ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libv8.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.extensions = ["ext/libv8/extconf.rb"]
2727
s.require_paths = ["lib", "ext"]
2828

29-
s.add_development_dependency 'rake', '~> 10'
29+
s.add_development_dependency 'rake', '~> 11'
3030
s.add_development_dependency 'rake-compiler', '~> 0'
3131
s.add_development_dependency 'rspec', '~> 3'
3232
end

0 commit comments

Comments
 (0)