Commit 42cb37cc authored by Robert Lord's avatar Robert Lord

Add rake to Gemfile

parent 5b306d81
...@@ -23,4 +23,6 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw] ...@@ -23,4 +23,6 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Cross-templating language block fix for Ruby 1.8 # Cross-templating language block fix for Ruby 1.8
platforms :mri_18 do platforms :mri_18 do
gem "ruby18_source_location" gem "ruby18_source_location"
end end
\ No newline at end of file
gem "rake", "~> 10.1.0"
\ No newline at end of file
...@@ -125,6 +125,7 @@ DEPENDENCIES ...@@ -125,6 +125,7 @@ DEPENDENCIES
middleman-gh-pages middleman-gh-pages
middleman-livereload (~> 3.1.0) middleman-livereload (~> 3.1.0)
middleman-syntax middleman-syntax
rake (~> 10.1.0)
redcarpet! redcarpet!
ruby18_source_location ruby18_source_location
wdm (~> 0.1.0) wdm (~> 0.1.0)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment