Skip to content

Commit

Permalink
Change to allow any bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 14, 2019
1 parent 58dfd33 commit 876449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tty-spinner.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'tty-cursor', '~> 0.6.0'

spec.add_development_dependency 'bundler', '>= 1.5.0', '< 2.0'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rspec', '~> 3.1'
spec.add_development_dependency 'rake'
end

0 comments on commit 876449a

Please sign in to comment.