diff --git a/.gitignore b/.gitignore index 4ceefc1b..df4638b8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,3 @@ bin/ /.bundle /vendor /.rbenv-version -Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..03dd6538 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,38 @@ +GEM + remote: http://rubygems.org/ + specs: + RedCloth (4.2.9) + asciidoctor (0.1.1) + classifier (1.3.3) + fast-stemmer (>= 1.0.0) + directory_watcher (1.4.1) + fast-stemmer (1.0.1) + jekyll (0.12.0) + classifier (~> 1.3) + directory_watcher (~> 1.1) + kramdown (~> 0.13.4) + liquid (~> 2.3) + maruku (~> 0.5) + pygments.rb (~> 0.3.2) + kramdown (0.13.8) + liquid (2.4.1) + maruku (0.6.1) + syntax (>= 1.0.0) + net-sftp (2.0.5) + net-ssh (>= 2.0.9) + net-ssh (2.6.3) + posix-spawn (0.3.6) + pygments.rb (0.3.7) + posix-spawn (~> 0.3.6) + yajl-ruby (~> 1.1.0) + syntax (1.0.0) + yajl-ruby (1.1.0) + +PLATFORMS + ruby + +DEPENDENCIES + RedCloth + asciidoctor + jekyll + net-sftp