Skip to content

Commit

Permalink
Update rake requirement to ~> 12.3
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...v12.3.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support authored and jwsloan committed Jul 11, 2018
1 parent ed9ce31 commit e2bb79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GEM
ast (~> 2.4.0)
powerpack (0.1.1)
rainbow (3.0.0)
rake (10.5.0)
rake (12.3.1)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
Expand Down Expand Up @@ -43,7 +43,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 1.14)
rake (~> 10.0)
rake (~> 12.3)
ramsey_cop!
rspec (~> 3.0)

Expand Down
2 changes: 1 addition & 1 deletion ramsey_cop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Gem::Specification.new do |spec|

spec.add_dependency "rubocop", "~> 0.54.0"
spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit e2bb79b

Please sign in to comment.