Skip to content

Commit

Permalink
Upgrade bundler to help travis, deprecate ruby 2.2 and test with ruby…
Browse files Browse the repository at this point in the history
… 2.6
  • Loading branch information
rarruda committed Jan 4, 2019
1 parent 7a88bbe commit 94c1913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,12 +1,12 @@
sudo: false
language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
- 2.6
- jruby
before_install:
- gem install bundler -v 1.14.6
- gem install bundler -v 2.0.1
# 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", "~> 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 94c1913

Please sign in to comment.