Skip to content

Commit

Permalink
Update rake requirement from ~> 10.0 to ~> 13.0 (#1)
Browse files Browse the repository at this point in the history
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2021
1 parent 10017d4 commit d63af75
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 @@ -8,15 +8,15 @@ GEM
remote: https://rubygems.org/
specs:
chronic (0.10.2)
rake (10.5.0)
rake (13.0.3)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.17)
lynx!
rake (~> 10.0)
rake (~> 13.0)

BUNDLED WITH
1.17.2
2 changes: 1 addition & 1 deletion lynx.gemspec
Expand Up @@ -37,5 +37,5 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'chronic', '~> 0.10.2'
spec.add_development_dependency "bundler", "~> 1.17"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 13.0"
end

0 comments on commit d63af75

Please sign in to comment.