From d64fd47314a2898af7ff83a468835978ba68d24f Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Thu, 13 Jul 2017 11:31:55 -0400 Subject: [PATCH] Less strict about version of ruby 2.3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1501158cc..ae930f21a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.3.1' +ruby '~> 2.3' gem 'jekyll' gem 'kramdown' gem 'rack-jekyll'