Skip to content

Commit

Permalink
Use newer bundler
Browse files Browse the repository at this point in the history
Needed for ruby2.6 compatibility
  • Loading branch information
ytti committed Mar 3, 2019
1 parent ccb83ae commit 27a34dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: ruby
sudo: false
cache: bundler
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
- gem install bundler
rvm:
- 2.3
- 2.4
Expand Down
2 changes: 1 addition & 1 deletion oxidized.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rugged', '~> 0.21', '>= 0.21.4'
s.add_runtime_dependency 'slop', '~> 3.5'

s.add_development_dependency 'bundler', '~> 1.10'
s.add_development_dependency 'bundler', '~> 2.0'
s.add_development_dependency 'codecov' if ENV['CI'] == 'true'
s.add_development_dependency 'git', '~> 1'
s.add_development_dependency 'minitest', '~> 5.8'
Expand Down

0 comments on commit 27a34dd

Please sign in to comment.