Skip to content

Commit 287ea01

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@v10.5.0...v13.0.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4311dc commit 287ea01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
pry (0.12.2)
1515
coderay (~> 1.1.0)
1616
method_source (~> 0.9.0)
17-
rake (10.5.0)
17+
rake (13.0.3)
1818

1919
PLATFORMS
2020
ruby
@@ -23,7 +23,7 @@ DEPENDENCIES
2323
bundler (~> 2.0)
2424
nokogiri
2525
pry
26-
rake (~> 10.0)
26+
rake (~> 13.0)
2727
velocity_rim_selector!
2828

2929
BUNDLED WITH

velocity_rim_selector.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
3535
spec.require_paths = ["lib"]
3636

3737
spec.add_development_dependency "bundler", "~> 2.0"
38-
spec.add_development_dependency "rake", "~> 10.0"
38+
spec.add_development_dependency "rake", "~> 13.0"
3939
end

0 commit comments

Comments
 (0)