Skip to content

Commit

Permalink
travis ci fix - using bundler version 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Richa Verma authored and Richa Verma committed Feb 12, 2019
1 parent fa870d3 commit 347f9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ rvm:
- 2.2.0
- 2.1
- 2.0.0
before_install: gem install bundler -v 1.16.0
before_install: gem install bundler -v 1.17.3
2 changes: 1 addition & 1 deletion plivo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'faraday_middleware', '~> 0.12.2'
spec.add_dependency 'htmlentities'

spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'bundler', '~> 1.17.3'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'json'
Expand Down

0 comments on commit 347f9fe

Please sign in to comment.