Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Put Gemfile.lock in the repository
Browse files Browse the repository at this point in the history
This is an application, so it should have the lockfile in revision control
  • Loading branch information
steveklabnik committed Mar 30, 2016
1 parent 043e60e commit 11ba161
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,4 +1,3 @@
_site
Gemfile.lock
serve/
*~
*~
39 changes: 39 additions & 0 deletions 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

0 comments on commit 11ba161

Please sign in to comment.