From 11ba1618a7ee648187c07955592010d32d87bdae Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 1 Mar 2016 13:32:08 -0500 Subject: [PATCH] Put Gemfile.lock in the repository This is an application, so it should have the lockfile in revision control --- .gitignore | 3 +-- Gemfile.lock | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 Gemfile.lock diff --git a/.gitignore b/.gitignore index 28f635de7..df071c1c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ _site -Gemfile.lock serve/ -*~ \ No newline at end of file +*~ diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..b440aac4c --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,39 @@ +GEM + remote: https://rubygems.org/ + specs: + colorator (0.1) + ffi (1.9.10) + jekyll (3.1.2) + colorator (~> 0.1) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) + mercenary (~> 0.3.3) + rouge (~> 1.7) + safe_yaml (~> 1.0) + jekyll-sass-converter (1.4.0) + sass (~> 3.4) + jekyll-watch (1.3.1) + listen (~> 3.0) + kramdown (1.9.0) + liquid (3.0.6) + listen (3.0.6) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9.7) + mercenary (0.3.5) + rb-fsevent (0.9.7) + rb-inotify (0.9.7) + ffi (>= 0.5.0) + rouge (1.10.1) + safe_yaml (1.0.4) + sass (3.4.21) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 3.1.2) + +BUNDLED WITH + 1.11.2