Skip to content

Commit

Permalink
Upgrade bundler to help travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rarruda committed Jan 4, 2019
1 parent 7a88bbe commit ff0e4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,6 +7,6 @@ rvm:
- 2.5
- jruby
before_install:
- gem install bundler -v 1.14.6
- gem install bundler -v 1.16.6
# install client spec from official repository:
- git clone --depth 5 https://github.com/Unleash/client-specification.git client-specification
2 changes: 1 addition & 1 deletion unleash-client.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "murmurhash3", "~> 0.1.6"

spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "bundler", "~> 1.16", "< 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "webmock", "~> 3.0"
Expand Down

0 comments on commit ff0e4cd

Please sign in to comment.