diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-03-11 15:08:58 -0800 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-03-11 15:08:58 -0800 |
commit | c798909847744fbb6e81b7ab3478ac6452e91cae (patch) | |
tree | 1704130d5f776e2599cd3c6ccfb8de37c97137f7 /Gemfile | |
parent | 41fac7998a835cbc1309453d2d84291e1750c2e6 (diff) | |
download | chef-c798909847744fbb6e81b7ab3478ac6452e91cae.tar.gz |
moving pry gems to their own very special group
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |