diff options
| author | Randy Morgan <[email protected]> | 2013-04-12 08:53:55 +0900 |
|---|---|---|
| committer | Randy Morgan <[email protected]> | 2013-04-12 08:53:55 +0900 |
| commit | 6d007634f43ed26571836672a79dd196864b9529 (patch) | |
| tree | 89a5709942e8d4b0e55d90e887408776a9031b4f /Gemfile | |
| parent | 91d46ca0914ec2f4fd69e5c18f20db33983f997b (diff) | |
| download | caxlsx-6d007634f43ed26571836672a79dd196864b9529.tar.gz caxlsx-6d007634f43ed26571836672a79dd196864b9529.zip | |
Grouped profile tools
Diffstat (limited to 'Gemfile')
| -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 |
