Use Bundler for dependency management
This commit is contained in:
parent
654428a309
commit
091ef1c6e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
site
|
||||
.bundle
|
||||
.DS_Store
|
||||
.rvmrc
|
||||
.sass-cache
|
||||
|
10
Gemfile
Normal file
10
Gemfile
Normal file
@ -0,0 +1,10 @@
|
||||
source "http://rubygems.org"
|
||||
source "http://gems.github.com"
|
||||
|
||||
gem 'activesupport', "2.3.2"
|
||||
gem 'henrik-jekyll'
|
||||
gem 'compass'
|
||||
gem 'compass-colors'
|
||||
gem 'rdiscount'
|
||||
gem 'fssm'
|
||||
gem 'serve'
|
Loading…
Reference in New Issue
Block a user