Skip to content

Commit

Permalink
Merge branch 'update-ruby'
Browse files Browse the repository at this point in the history
  • Loading branch information
kassio committed Sep 7, 2016
2 parents b3891b0 + efd4c90 commit a82d49e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.3.0
2.3.1
2 changes: 1 addition & 1 deletion .travis.yml
@@ -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
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '2.3.0'
ruby '2.3.1'

gem 'rspec'
gem 'vimrunner'
5 changes: 4 additions & 1 deletion Gemfile.lock
Expand Up @@ -6,7 +6,7 @@ GEM
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.2)
rspec-core (3.5.3)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
Expand All @@ -24,5 +24,8 @@ DEPENDENCIES
rspec
vimrunner

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.12.5

0 comments on commit a82d49e

Please sign in to comment.