Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
Relax bundler version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrem committed Jul 15, 2016
1 parent 6a78ddc commit 25ecf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion market_bot.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
gem.add_dependency('typhoeus', '>= 1.0.2')
gem.add_dependency('nokogiri', '>= 0')

gem.add_development_dependency('bundler', '> 1.10')
gem.add_development_dependency('bundler', '> 1.7')
gem.add_development_dependency('rake', '> 10.0')
gem.add_development_dependency('rspec', '~> 3.4')
#gem.add_development_dependency('guard', '~> 2.13')
Expand Down

0 comments on commit 25ecf59

Please sign in to comment.