diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-08-30 23:46:13 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-08-30 23:46:13 -0400 |
commit | 78f8053a480175ef1952cae89224a30707057ab7 (patch) | |
tree | ecf80f43b48c7d1b508a2ada0ef149abd63a43a8 | |
parent | a3617990b824ec337c06224e8fce9cd0461f1883 (diff) |
updated some version numbers
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 3 | ||||
-rw-r--r-- | Makefile | 3 |
3 files changed, 5 insertions, 3 deletions
@@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -#gem "jekyll", "~> 3.6.2" +gem "jekyll", "~> 3.6.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 6cffb77..dd75227 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -243,6 +243,7 @@ PLATFORMS DEPENDENCIES github-pages + jekyll (~> 3.6.2) jekyll-feed (~> 0.6) jekyll-paginate minima (~> 2.0) @@ -250,4 +251,4 @@ DEPENDENCIES tzinfo-data BUNDLED WITH - 1.16.1 + 1.16.4 @@ -1,4 +1,5 @@ -BUNDLE := ~/.gem/ruby/2.5.0/bin/bundle +# pacman -Sy ruby ruby-bundler +BUNDLE := bundle serve: ${BUNDLE} exec jekyll serve |