Skip to content

Commit

Permalink
Update bundler requirement from ~> 1.3 to >= 1.3, < 3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version.
- [Release notes](https://github.com/bundler/bundler/releases)
- [Changelog](https://github.com/bundler/bundler/blob/v2.0.1/CHANGELOG.md)
- [Commits](https://github.com/bundler/bundler/commits/v2.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Jan 8, 2019
1 parent 4e0ca99 commit fc787f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdiary.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rake'
spec.add_dependency 'sprockets'
spec.add_dependency 'thor'
spec.add_dependency "bundler", "~> 1.3"
spec.add_dependency "bundler", ">= 1.3", "< 3.0"
end

0 comments on commit fc787f3

Please sign in to comment.