Commit 4e703fa151fa1ee7b65b95690b4c215bf9c7106b

Authored by Paul Armstrong
1 parent 3c9d7b70

Adding rake to Gemfile. Fixes #48

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -3,6 +3,7 @@ source "http://rubygems.org"
3 3 gem "rails", "3.1.1"
4 4  
5 5 gem "sqlite3"
  6 +gem "rake", "0.9.2.2"
6 7 gem "devise", "1.5.0"
7 8 gem "stamp"
8 9 gem "kaminari"
... ...