Skip to content

Commit

Permalink
Update ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kassio committed Sep 7, 2016
1 parent b3891b0 commit c7743b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.3.1
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: ruby
rvm:
- 2.3.0
- 2.3.1
before_install: sudo apt-get install vim-gtk
before_script:
- "export DISPLAY=:99.0"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.3.0'
ruby '2.3.1'

gem 'rspec'
gem 'vimrunner'

0 comments on commit c7743b0

Please sign in to comment.