Commit ce74c679d87bac93841c11cb794245e88ccab623
1 parent
f7ed5dc4
Exists in
master
and in
1 other branch
Fixes deprecated require 'rake/rdoctask' => 'rdoc/task'.
Showing
4 changed files
with
5 additions
and
1 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -55,6 +55,8 @@ GEM |
55 | 55 | activesupport (= 2.3.14) |
56 | 56 | rake (>= 0.8.3) |
57 | 57 | rake (0.9.2.2) |
58 | + rdoc (3.12) | |
59 | + json (~> 1.4) | |
58 | 60 | redis (3.0.1) |
59 | 61 | responders (0.4.8) |
60 | 62 | rspec (1.3.2) |
... | ... | @@ -100,6 +102,7 @@ DEPENDENCIES |
100 | 102 | paperclip (= 2.3.1) |
101 | 103 | rails (= 2.3.14) |
102 | 104 | rake (~> 0.9.2.2) |
105 | + rdoc (~> 3.12) | |
103 | 106 | redis (~> 3.0.1) |
104 | 107 | responders (= 0.4.8) |
105 | 108 | rspec (~> 1.3.1) | ... | ... |
Rakefile
No preview for this file type