Skip to content

Commit

Permalink
Update rails requirement from ~> 5 to ~> 6
Browse files Browse the repository at this point in the history
Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.0.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Oct 1, 2019
1 parent 8009d45 commit f4a9ee8
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 @@ -29,7 +29,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 "rails", "~> 6"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.8.0"
spec.add_development_dependency "rspec-its", "~> 1.3.0"
Expand Down

0 comments on commit f4a9ee8

Please sign in to comment.