Skip to content

Commit

Permalink
Update dependencies, use ruby 2.5.3 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvasagar committed Dec 17, 2019
1 parent 06adb63 commit 0af25d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
@@ -1,6 +1,4 @@
language: ruby
rvm:
- 2.3.0
before_install:
- gem install bundler
- 2.5.3
script: rake ci
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

ruby '2.3.0'
ruby '2.5.3'
gem 'rake'
gem 'vim-flavor', '~> 1.1'
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -18,7 +18,7 @@ DEPENDENCIES
vim-flavor (~> 1.1)

RUBY VERSION
ruby 2.3.0p0
ruby 2.5.3p105

BUNDLED WITH
1.13.6
2.0.1

0 comments on commit 0af25d7

Please sign in to comment.