summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-03-11 15:40:45 -0800
committerMatt Wrock <matt@mattwrock.com>2016-03-11 15:40:45 -0800
commitc69a59cb88d646a81cb8f0c77f0a2a3b4803c02a (patch)
tree1704130d5f776e2599cd3c6ccfb8de37c97137f7
parent41fac7998a835cbc1309453d2d84291e1750c2e6 (diff)
parentc798909847744fbb6e81b7ab3478ac6452e91cae (diff)
downloadchef-c69a59cb88d646a81cb8f0c77f0a2a3b4803c02a.tar.gz
Merge pull request #4699 from chef/move_pry
moving pry gems to their own very special group
-rw-r--r--Gemfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index e6aff8c7d1..acf125a574 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,6 +17,12 @@ group(:maintenance) do
gem "netrc"
end
+group(:pry) do
+ gem "pry"
+ gem "pry-byebug"
+ gem "pry-stack_explorer"
+end
+
group(:ruby_prof) do
# may need to disable this in insolation on fussy builds like AIX, RHEL4, etc
gem "ruby-prof"
@@ -31,10 +37,6 @@ group(:development, :test) do
gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
gem "ruby-shadow", platforms: :ruby unless RUBY_PLATFORM.downcase =~ /(aix|cygwin)/
-
- gem "pry"
- gem "pry-byebug"
- gem "pry-stack_explorer"
end
group(:travis) do