Use Bundler for dependency management
This commit is contained in:
parent
654428a309
commit
091ef1c6e1
3 changed files with 15 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue