Skip to content

Commit

Permalink
Lower required bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Apr 20, 2015
1 parent e2869ef commit ff832e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq-debounce.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DESC

spec.add_dependency 'sidekiq', '>= 3.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'bundler', '~> 1.7'
spec.add_development_dependency 'bundler', '~> 1.6'
spec.add_development_dependency 'mock_redis'
spec.add_development_dependency 'mocha'
spec.add_development_dependency 'codeclimate-test-reporter'
Expand Down

0 comments on commit ff832e1

Please sign in to comment.