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.
2 parents deae1ca + 8c9cdcc commit 22e2324Copy full SHA for 22e2324
.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