Commit 0301ba3315436a2dc466415ab0a3dd4fd7be3931
1 parent
8b7e404b
Exists in
master
and in
4 other branches
updated gitignore and added rake 0.8.7 to Gemfile because of errors
Showing
3 changed files
with
6 additions
and
1 deletions
Show diff stats
.gitignore
Gemfile
Gemfile.lock
... | ... | @@ -263,7 +263,7 @@ GEM |
263 | 263 | rdoc (~> 3.4) |
264 | 264 | thor (>= 0.14.6, < 2.0) |
265 | 265 | raindrops (0.9.0) |
266 | - rake (0.9.2.2) | |
266 | + rake (0.8.7) | |
267 | 267 | raphael-rails (1.5.2) |
268 | 268 | rdoc (3.12) |
269 | 269 | json (~> 1.4) |
... | ... | @@ -410,6 +410,7 @@ DEPENDENCIES |
410 | 410 | pygments.rb! |
411 | 411 | rails (= 3.2.5) |
412 | 412 | rails-footnotes |
413 | + rake (= 0.8.7) | |
413 | 414 | raphael-rails (= 1.5.2) |
414 | 415 | redcarpet (~> 2.1.1) |
415 | 416 | resque (~> 1.20.0) | ... | ... |