Skip to content

Commit

Permalink
Merge pull request #2 from rx/dependabot/bundler/rake-12.3.3
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 12.3
  • Loading branch information
rx committed Mar 11, 2021
2 parents 313dddf + 767c1f7 commit 1a0efb3
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 @@ -6,15 +6,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
rake (10.5.0)
rake (12.3.3)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
foo_presenter_plugin!
rake (~> 10.0)
rake (~> 12.3)

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

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.3"
end

0 comments on commit 1a0efb3

Please sign in to comment.