From 43a6c637d5d9bc18455ceab537f8b35ea0e50657 Mon Sep 17 00:00:00 2001 From: Girish Ranganathan Date: Mon, 22 Apr 2019 13:47:04 -0400 Subject: [PATCH] - updated ruby and docker image versions - fine tuned css to fix a jumpy issue when responsive --- Gemfile | 2 +- Gemfile.lock | 4 ++-- Makefile | 2 +- _includes/partials/sidebar.html | 2 +- _sass/sidebar.scss | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 5bbba9585965..ec910fd7784e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby '2.5.1' +ruby '2.6.3' gem 'materialize-sass' #gem "jekyll", "~> 3.6.3" diff --git a/Gemfile.lock b/Gemfile.lock index 05743e9dfee3..4b0689bbb2b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 2.5.1p57 + ruby 2.6.3p62 BUNDLED WITH - 1.17.1 + 1.17.2 diff --git a/Makefile b/Makefile index 7a95df857804..1f869580471f 100644 --- a/Makefile +++ b/Makefile @@ -14,4 +14,4 @@ setup: ADMIN=on bundle install docker: - docker run --name layer5 --rm -p 4000:4000 -v `pwd`:"/srv/jekyll" jekyll/jekyll:3.7.3 bash -c "bundle install; jekyll serve --drafts --livereload" + docker run --name layer5 --rm -p 4000:4000 -v `pwd`:"/srv/jekyll" jekyll/jekyll:3.8.5 bash -c "bundle install; jekyll serve --drafts --livereload" diff --git a/_includes/partials/sidebar.html b/_includes/partials/sidebar.html index 88c47b8e4cdd..dd5631c83563 100644 --- a/_includes/partials/sidebar.html +++ b/_includes/partials/sidebar.html @@ -1,5 +1,5 @@ -