mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +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
|
||||
platforms :mri_18 do
|
||||
gem "ruby18_source_location"
|
||||
end
|
||||
end
|
||||
|
||||
gem "rake", "~> 10.1.0"
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue