mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 14:51:22 +00:00
Add rake to Gemfile
This commit is contained in:
parent
5b306d8134
commit
42cb37cc9e
2 changed files with 4 additions and 1 deletions
4
Gemfile
4
Gemfile
|
|
@ -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
|
||||||
|
|
||||||
|
gem "rake", "~> 10.1.0"
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue