summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-08-12 09:26:02 -0700
committerTim Smith <tsmith84@gmail.com>2020-08-12 09:26:02 -0700
commit2c6ad4616819f158152395a4090419eb2987bdf5 (patch)
tree33e36a4c9d8a64c48c749927abc86c987a88fb3d
parentb8173c1103eeb76d7de1a7871d649c395820c5c5 (diff)
downloadohai-remove_profile.tar.gz
Remove profile gemfile group for nowremove_profile
This causes bundle install issues on windows Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index fd738a71..caf6652c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -24,8 +24,4 @@ group :debug do
gem "pry-byebug"
gem "pry-stack_explorer", "~> 0.4.0" # pin until we drop ruby < 2.6
gem "rb-readline"
-end
-
-group :profile do
- gem "stackprof"
-end
+end \ No newline at end of file