Skip to content

Commit

Permalink
Using a more recent version of bundler.
Browse files Browse the repository at this point in the history
To fix issues with TravisCI.
c.p. rubygems/bundler#3559
  • Loading branch information
Dana Merrick committed Dec 16, 2015
1 parent 100ba2f commit c791ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.7'
spec.add_development_dependency 'bundler', '~> 1.10'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~>3.1'
spec.add_development_dependency 'pry'
Expand Down

0 comments on commit c791ed1

Please sign in to comment.