This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/master by this push: new 4a3d15e Make ruby min-version 2.5.1 4a3d15e is described below commit 4a3d15eceb02a46feb9daa192216acdee4742b8f Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Tue Jan 28 23:21:39 2020 -0500 Make ruby min-version 2.5.1 Change the minimum version of ruby to 2.5.1, since that's what's used on ASF buildbot Jekyll builders. Everything should work okay with that version. We'll see... :) --- .gitignore | 1 + Gemfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 331452d..47aab83 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /vendor /.idea /*.iml +/.bundle/ diff --git a/Gemfile b/Gemfile index 760e1a8..53a5559 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '>2.5.4' +ruby '>=2.5.1' source 'https://rubygems.org' gem 'jekyll', '>= 3.7.4' gem 'jekyll-redirect-from', '>= 0.13.0'