Use Bundler for dependency management
This commit is contained in:
parent
654428a309
commit
091ef1c6e1
3 changed files with 15 additions and 1 deletions
5
Rakefile
5
Rakefile
|
@ -1,4 +1,7 @@
|
|||
require 'active_support'
|
||||
require "rubygems"
|
||||
require "bundler"
|
||||
Bundler.setup
|
||||
|
||||
require 'source/_helpers'
|
||||
|
||||
site_url = "http://yoursite.com" # deployed site url for sitemap.xml generator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue