diff options
| -rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,5 +5,6 @@ group :test do gem "rake", "0.8.7" if RUBY_VERSION == "1.9.2" gem "rake", ">= 0.8.7" unless RUBY_VERSION == "1.9.2" end - -gem 'ruby-prof' +group :profile do + gem 'ruby-prof' +end |
