Skip to content

Commit

Permalink
Merge pull request #4 from Crankums/dependabot/bundler/rake-13.0.3
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
Crankums committed Mar 10, 2021
2 parents f216e1f + 84e0465 commit bed0eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -16,7 +16,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
racc (1.5.2)
rake (10.5.0)
rake (13.0.3)

PLATFORMS
ruby
Expand All @@ -25,7 +25,7 @@ DEPENDENCIES
bundler (~> 2.0)
nokogiri
pry
rake (~> 10.0)
rake (~> 13.0)
velocity_rim_selector!

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion velocity_rim_selector.gemspec
Expand Up @@ -35,5 +35,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 13.0"
end

0 comments on commit bed0eb1

Please sign in to comment.