Skip to content

Commit

Permalink
Add rake to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Nov 18, 2013
1 parent 5b306d8 commit 42cb37c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ gem "wdm", "~> 0.1.0", :platforms => [:mswin, :mingw]
# Cross-templating language block fix for Ruby 1.8
platforms :mri_18 do
gem "ruby18_source_location"
end
end

gem "rake", "~> 10.1.0"
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ DEPENDENCIES
middleman-gh-pages
middleman-livereload (~> 3.1.0)
middleman-syntax
rake (~> 10.1.0)
redcarpet!
ruby18_source_location
wdm (~> 0.1.0)

0 comments on commit 42cb37c

Please sign in to comment.