diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ group :doc do gem "RedCloth", "~> 4.2" if RUBY_VERSION < "1.9.3" end +group :test do + gem "ruby-prof" +end + # AS gem "memcache-client", ">= 1.8.5" |