mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-13 08:40:30 +08:00
Updating gems
This commit is contained in:
parent
df4f11065b
commit
6fe5c60d2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
||||
.DS_Store
|
||||
.installed.cfg
|
||||
_gh_pages/*
|
||||
_site/*
|
||||
|
||||
.idea/*
|
||||
.svn/*
|
||||
|
26
Gemfile.lock
26
Gemfile.lock
@ -9,7 +9,7 @@ GEM
|
||||
highline (~> 1.6.11)
|
||||
commonjs (0.2.7)
|
||||
fast-stemmer (1.0.2)
|
||||
ffi (1.9.10)
|
||||
ffi (1.9.18)
|
||||
highline (1.6.21)
|
||||
jekyll (1.5.1)
|
||||
classifier (~> 1.3)
|
||||
@ -24,7 +24,7 @@ GEM
|
||||
toml (~> 0.1.0)
|
||||
less (2.5.1)
|
||||
commonjs (~> 0.2.7)
|
||||
libv8 (3.16.14.15)
|
||||
libv8 (3.16.14.19)
|
||||
liquid (2.5.5)
|
||||
listen (1.3.1)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
@ -33,21 +33,25 @@ GEM
|
||||
maruku (0.7.0)
|
||||
parslet (1.5.0)
|
||||
blankslate (~> 2.0)
|
||||
posix-spawn (0.3.11)
|
||||
posix-spawn (0.3.13)
|
||||
pygments.rb (0.5.4)
|
||||
posix-spawn (~> 0.3.6)
|
||||
yajl-ruby (~> 1.1.0)
|
||||
rb-fsevent (0.9.6)
|
||||
rb-inotify (0.9.5)
|
||||
ffi (>= 0.5.0)
|
||||
rb-kqueue (0.2.4)
|
||||
rb-fsevent (0.10.2)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rb-kqueue (0.2.5)
|
||||
ffi (>= 0.5.0)
|
||||
redcarpet (2.3.0)
|
||||
ref (2.0.0)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.19)
|
||||
therubyracer (0.12.2)
|
||||
libv8 (~> 3.16.14.0)
|
||||
sass (3.5.5)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
therubyracer (0.12.3)
|
||||
libv8 (~> 3.16.14.15)
|
||||
ref
|
||||
toml (0.1.2)
|
||||
parslet (~> 1.5.0)
|
||||
@ -65,4 +69,4 @@ DEPENDENCIES
|
||||
therubyracer
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.2
|
||||
1.16.1
|
||||
|
Loading…
Reference in New Issue
Block a user