Skip to content

Commit

Permalink
Remove explicit bundler version
Browse files Browse the repository at this point in the history
Causes an error on old versions, for example:
  https://travis-ci.org/github/leesharma/rescuetime/jobs/698075386
  • Loading branch information
leesharma committed Jun 13, 2020
1 parent 0bdad9b commit e8a3b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rescuetime.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.0.0', '< 2.6'

spec.add_development_dependency 'bundler', '~> 1.17.3'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake', '>= 12.3.3'

spec.add_development_dependency 'rspec', '~> 3.2', '>= 3.2.0'
Expand Down

0 comments on commit e8a3b94

Please sign in to comment.