Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change to relax bundler dep
  • Loading branch information
piotrmurach committed Feb 20, 2019
1 parent df314ec commit fb838c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tty-cursor.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'bundler', '>= 1.6'
spec.add_development_dependency 'rspec', '~> 3.1'
spec.add_development_dependency 'rake'
end

0 comments on commit fb838c9

Please sign in to comment.