Skip to content

Commit

Permalink
Update rake requirement from ~> 10.0 to ~> 13.0 (#2)
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.1)

Signed-off-by: dependabot[bot] <support@github.com>

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] authored Sep 20, 2022
1 parent 4c51f3e commit bcc41fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@ PATH
specs:
builder_deferred_tagging (0.1.0)
builder
request_store

GEM
remote: https://rubygems.org/
specs:
builder (3.2.3)
rake (10.5.0)
builder (3.2.4)
rack (2.2.2)
rake (13.0.1)
request_store (1.5.0)
rack (>= 1.4)

PLATFORMS
ruby

DEPENDENCIES
builder_deferred_tagging!
bundler (~> 2.0)
rake (~> 10.0)
rake (~> 13.0)

BUNDLED WITH
2.0.2
2 changes: 1 addition & 1 deletion builder_deferred_tagging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "request_store"

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 bcc41fd

Please sign in to comment.