mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 13:31:31 +08:00
Less gem needed for jgd build
This commit is contained in:
parent
9254f24171
commit
3f3aafbde9
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||||||
gem 'jekyll', '~> 1.0'
|
gem 'jekyll', '~> 1.0'
|
||||||
gem 'safe_yaml', '~> 1.0.4'
|
gem 'safe_yaml', '~> 1.0.4'
|
||||||
gem 'sass', '~> 3.0'
|
gem 'sass', '~> 3.0'
|
||||||
# gem 'less', '~> 2.5.0'
|
gem 'less', '~> 2.6.0'
|
||||||
gem 'libv8', '~> 3.16.14.0'
|
gem 'libv8', '~> 3.16.14.0'
|
||||||
gem 'therubyracer'
|
gem 'therubyracer'
|
||||||
gem 'fontcustom'
|
gem 'fontcustom'
|
||||||
|
@ -27,7 +27,7 @@ GEM
|
|||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
toml (~> 0.1.0)
|
toml (~> 0.1.0)
|
||||||
json (1.8.3)
|
json (1.8.3)
|
||||||
less (2.5.1)
|
less (2.6.0)
|
||||||
commonjs (~> 0.2.7)
|
commonjs (~> 0.2.7)
|
||||||
libv8 (3.16.14.19)
|
libv8 (3.16.14.19)
|
||||||
liquid (2.5.5)
|
liquid (2.5.5)
|
||||||
@ -69,7 +69,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
fontcustom
|
fontcustom
|
||||||
jekyll (~> 1.0)
|
jekyll (~> 1.0)
|
||||||
less (~> 2.5.0)
|
less (~> 2.6.0)
|
||||||
libv8 (~> 3.16.14.0)
|
libv8 (~> 3.16.14.0)
|
||||||
safe_yaml (~> 1.0.4)
|
safe_yaml (~> 1.0.4)
|
||||||
sass (~> 3.0)
|
sass (~> 3.0)
|
||||||
|
Loading…
Reference in New Issue
Block a user