Skip to content

Commit

Permalink
Update rack requirement from ~> 1.2 to ~> 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](rack/rack@1.2...2.0.6)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot-support committed Mar 6, 2019
1 parent 4888215 commit 3ce8e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-strip-cookies.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_development_dependency 'rack', '~> 1.2'
spec.add_development_dependency 'rack', '~> 2.0'
spec.add_development_dependency 'rack-test', '~> 0.6.2'
end

0 comments on commit 3ce8e39

Please sign in to comment.