Skip to content

Commit 6785c3f

Browse files
author
Chris Hunt
committed
Don't specify bugfix version for Bundler
Travis doesn't always have the latest and greatest. They are currently using bundler 1.5.1.
1 parent e2c501e commit 6785c3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-auth.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']
2020

21-
spec.add_development_dependency 'bundler', '~> 1.5.2'
21+
spec.add_development_dependency 'bundler', '~> 1.5'
2222
spec.add_development_dependency 'cane', '~> 2.6.1'
2323
spec.add_development_dependency 'cane-hashcheck', '~> 1.2.0'
2424
spec.add_development_dependency 'coveralls', '~> 0.7.0'

0 commit comments

Comments
 (0)