Update dependencies, use ruby 2.5.3 for testing

This commit is contained in:
Dhruva Sagar
2019-12-17 14:29:38 -05:00
parent 06adb63764
commit 0af25d72eb
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
language: ruby language: ruby
rvm: rvm:
- 2.3.0 - 2.5.3
before_install:
- gem install bundler
script: rake ci script: rake ci

View File

@@ -1,5 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.3.0' ruby '2.5.3'
gem 'rake' gem 'rake'
gem 'vim-flavor', '~> 1.1' gem 'vim-flavor', '~> 1.1'

View File

@@ -18,7 +18,7 @@ DEPENDENCIES
vim-flavor (~> 1.1) vim-flavor (~> 1.1)
RUBY VERSION RUBY VERSION
ruby 2.3.0p0 ruby 2.5.3p105
BUNDLED WITH BUNDLED WITH
1.13.6 2.0.1