mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
parent
d9786c19fa
commit
9e362d558a
2 changed files with 18 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -3,5 +3,5 @@ source "https://rubygems.org"
|
|||
gem "jekyll"
|
||||
gem "redcarpet"
|
||||
gem "unindent"
|
||||
# gem 'github-pages', github: 'github/pages-gem'
|
||||
gem 'github-pages', github: 'github/pages-gem'
|
||||
gem "git"
|
||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -1,6 +1,20 @@
|
|||
GIT
|
||||
remote: git://github.com/github/pages-gem.git
|
||||
revision: a73cbe4d6b683e0ef1bbeefc01e10daac1498a65
|
||||
specs:
|
||||
github-pages (12)
|
||||
RedCloth (= 4.2.9)
|
||||
jekyll (= 1.4.2)
|
||||
kramdown (= 1.2.0)
|
||||
liquid (= 2.5.4)
|
||||
maruku (= 0.7.0)
|
||||
rdiscount (= 2.1.7)
|
||||
redcarpet (= 2.3.0)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
RedCloth (4.2.9)
|
||||
blankslate (2.1.2.4)
|
||||
classifier (1.3.4)
|
||||
fast-stemmer (>= 1.0.0)
|
||||
|
@ -22,6 +36,7 @@ GEM
|
|||
redcarpet (~> 2.3.0)
|
||||
safe_yaml (~> 0.9.7)
|
||||
toml (~> 0.1.0)
|
||||
kramdown (1.2.0)
|
||||
liquid (2.5.4)
|
||||
listen (1.3.1)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
|
@ -39,6 +54,7 @@ GEM
|
|||
ffi (>= 0.5.0)
|
||||
rb-kqueue (0.2.0)
|
||||
ffi (>= 0.5.0)
|
||||
rdiscount (2.1.7)
|
||||
redcarpet (2.3.0)
|
||||
safe_yaml (0.9.7)
|
||||
toml (0.1.0)
|
||||
|
@ -51,6 +67,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
git
|
||||
github-pages!
|
||||
jekyll
|
||||
redcarpet
|
||||
unindent
|
||||
|
|
Loading…
Add table
Reference in a new issue