Skip to content

Commit

Permalink
Update rake requirement from ~> 12.3 to ~> 13.0
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@v12.3.0...v13.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Sep 30, 2019
1 parent 9b0b7dd commit d632090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_app_config.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.15"
spec.add_development_dependency "climate_control"
spec.add_development_dependency "rails", "~> 5"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.8.0"
spec.add_development_dependency "rspec-its", "~> 1.3.0"
spec.add_development_dependency "webmock"
Expand Down

0 comments on commit d632090

Please sign in to comment.