diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-09-16 14:07:35 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-09-16 14:07:35 -0700 |
| commit | 0e02b757795e6285818500f97efb71b4a6dc9fea (patch) | |
| tree | 1b61c334a426815066647ce2778d14cb8ecc6114 | |
| parent | remove the weekly review articles (diff) | |
| download | lumberjaph-0e02b757795e6285818500f97efb71b4a6dc9fea.tar.gz | |
add gemfile.lock
| -rw-r--r-- | Gemfile.lock | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..11e36a9 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,53 @@ +GEM + remote: https://rubygems.org/ + specs: + RedCloth (4.2.9) + classifier (1.3.3) + fast-stemmer (>= 1.0.0) + colorator (0.1) + commander (4.1.5) + highline (~> 1.6.11) + directory_watcher (1.4.1) + fast-stemmer (1.0.2) + highline (1.6.19) + hike (1.2.3) + jekyll (1.2.1) + classifier (~> 1.3) + colorator (~> 0.1) + commander (~> 4.1.3) + directory_watcher (~> 1.4.1) + liquid (~> 2.5.2) + maruku (~> 0.5) + pygments.rb (~> 0.5.0) + redcarpet (~> 2.3.0) + safe_yaml (~> 0.7.0) + jekyll-assets (0.7.2) + jekyll (~> 1.0) + sprockets (~> 2.10) + liquid (2.5.2) + maruku (0.6.1) + syntax (>= 1.0.0) + multi_json (1.8.0) + posix-spawn (0.3.6) + pygments.rb (0.5.2) + posix-spawn (~> 0.3.6) + yajl-ruby (~> 1.1.0) + rack (1.5.2) + redcarpet (2.3.0) + safe_yaml (0.7.1) + sprockets (2.10.0) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + syntax (1.0.0) + tilt (1.4.1) + yajl-ruby (1.1.0) + +PLATFORMS + ruby + +DEPENDENCIES + RedCloth + jekyll + jekyll-assets |
