We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deae1ca commit 8c9cdccCopy full SHA for 8c9cdcc
.travis.yml
@@ -1,6 +1,6 @@
1
language: ruby
2
sudo: false
3
-rvm: 2.3.0
+rvm: 2.3.1
4
cache:
5
bundler: true
6
# Notifications, used by our Gitter channel.
Gemfile
@@ -1,5 +1,5 @@
source "https://rubygems.org"
-ruby ENV['CUSTOM_RUBY_VERSION'] || '2.3.0'
+ruby ENV['CUSTOM_RUBY_VERSION'] || '2.3.1'
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 2.0'
0 commit comments