summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2013-04-12 08:53:55 +0900
committerRandy Morgan <[email protected]>2013-04-12 08:53:55 +0900
commit6d007634f43ed26571836672a79dd196864b9529 (patch)
tree89a5709942e8d4b0e55d90e887408776a9031b4f /Gemfile
parent91d46ca0914ec2f4fd69e5c18f20db33983f997b (diff)
downloadcaxlsx-6d007634f43ed26571836672a79dd196864b9529.tar.gz
caxlsx-6d007634f43ed26571836672a79dd196864b9529.zip
Grouped profile tools
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 1b2e714d..3bd6271e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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