mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
commit
7cb10e1872
32
Gemfile.lock
32
Gemfile.lock
@ -2,6 +2,7 @@ GEM
|
|||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
RedCloth (4.2.9)
|
RedCloth (4.2.9)
|
||||||
|
blankslate (2.1.2.4)
|
||||||
classifier (1.3.3)
|
classifier (1.3.3)
|
||||||
fast-stemmer (>= 1.0.0)
|
fast-stemmer (>= 1.0.0)
|
||||||
colorator (0.1)
|
colorator (0.1)
|
||||||
@ -13,55 +14,60 @@ GEM
|
|||||||
mime-types (~> 1.18)
|
mime-types (~> 1.18)
|
||||||
fast-stemmer (1.0.2)
|
fast-stemmer (1.0.2)
|
||||||
ffi (1.9.0)
|
ffi (1.9.0)
|
||||||
github-pages (11)
|
github-pages (12)
|
||||||
RedCloth (= 4.2.9)
|
RedCloth (= 4.2.9)
|
||||||
jekyll (= 1.3.1)
|
jekyll (= 1.4.2)
|
||||||
kramdown (= 1.2.0)
|
kramdown (= 1.2.0)
|
||||||
liquid (= 2.5.4)
|
liquid (= 2.5.4)
|
||||||
maruku (= 0.6.1)
|
maruku (= 0.7.0)
|
||||||
rdiscount (= 2.1.7)
|
rdiscount (= 2.1.7)
|
||||||
redcarpet (= 2.3.0)
|
redcarpet (= 2.3.0)
|
||||||
highline (1.6.20)
|
highline (1.6.20)
|
||||||
html-proofer (0.2.3)
|
html-proofer (0.3.0)
|
||||||
colored (~> 1.2)
|
colored (~> 1.2)
|
||||||
nokogiri (= 1.6.0)
|
mercenary (~> 0.2.0)
|
||||||
|
nokogiri (~> 1.6.0)
|
||||||
typhoeus (~> 0.6.3)
|
typhoeus (~> 0.6.3)
|
||||||
jekyll (1.3.1)
|
jekyll (1.4.2)
|
||||||
classifier (~> 1.3)
|
classifier (~> 1.3)
|
||||||
colorator (~> 0.1)
|
colorator (~> 0.1)
|
||||||
commander (~> 4.1.3)
|
commander (~> 4.1.3)
|
||||||
liquid (~> 2.5.2)
|
liquid (~> 2.5.2)
|
||||||
listen (~> 1.3)
|
listen (~> 1.3)
|
||||||
maruku (~> 0.6.0)
|
maruku (~> 0.7.0)
|
||||||
pygments.rb (~> 0.5.0)
|
pygments.rb (~> 0.5.0)
|
||||||
redcarpet (~> 2.3.0)
|
redcarpet (~> 2.3.0)
|
||||||
safe_yaml (~> 0.9.7)
|
safe_yaml (~> 0.9.7)
|
||||||
|
toml (~> 0.1.0)
|
||||||
kramdown (1.2.0)
|
kramdown (1.2.0)
|
||||||
liquid (2.5.4)
|
liquid (2.5.4)
|
||||||
listen (1.3.1)
|
listen (1.3.1)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
rb-kqueue (>= 0.2)
|
rb-kqueue (>= 0.2)
|
||||||
maruku (0.6.1)
|
maruku (0.7.0)
|
||||||
syntax (>= 1.0.0)
|
mercenary (0.2.0)
|
||||||
mime-types (1.25.1)
|
mime-types (1.25.1)
|
||||||
mini_portile (0.5.2)
|
mini_portile (0.5.2)
|
||||||
nokogiri (1.6.0)
|
nokogiri (1.6.1)
|
||||||
mini_portile (~> 0.5.0)
|
mini_portile (~> 0.5.0)
|
||||||
posix-spawn (0.3.6)
|
parslet (1.5.0)
|
||||||
|
blankslate (~> 2.0)
|
||||||
|
posix-spawn (0.3.8)
|
||||||
pygments.rb (0.5.4)
|
pygments.rb (0.5.4)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
yajl-ruby (~> 1.1.0)
|
yajl-ruby (~> 1.1.0)
|
||||||
rake (10.1.0)
|
rake (10.1.0)
|
||||||
rb-fsevent (0.9.3)
|
rb-fsevent (0.9.3)
|
||||||
rb-inotify (0.9.2)
|
rb-inotify (0.9.3)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rb-kqueue (0.2.0)
|
rb-kqueue (0.2.0)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rdiscount (2.1.7)
|
rdiscount (2.1.7)
|
||||||
redcarpet (2.3.0)
|
redcarpet (2.3.0)
|
||||||
safe_yaml (0.9.7)
|
safe_yaml (0.9.7)
|
||||||
syntax (1.0.0)
|
toml (0.1.0)
|
||||||
|
parslet (~> 1.5.0)
|
||||||
typhoeus (0.6.6)
|
typhoeus (0.6.6)
|
||||||
ethon (~> 0.6.1)
|
ethon (~> 0.6.1)
|
||||||
yajl-ruby (1.1.0)
|
yajl-ruby (1.1.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user