Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 2c656e6

Browse files
author
Forest Carlisle
committed
Relax bundler version constraints
1 parent 13cd81d commit 2c656e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tracker_api.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.3', '< 2.1'
21+
spec.add_development_dependency 'bundler', '> 1.3'
2222
spec.add_development_dependency 'rake'
2323
spec.add_development_dependency 'minitest'
2424
spec.add_development_dependency 'mocha'

0 commit comments

Comments
 (0)