Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Make pry a development addon
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Apr 8, 2016
1 parent 8dc5d1c commit 65f4411
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ gemspec path: File.dirname(__FILE__), name: "chef-dk"
# EXPERIMENTAL: ALL gems specified here will be installed in chef-dk omnibus.
# This represents all gems that will be part of chef-dk.

group(:omnibus_package, :development) do
gem "pry"
end

# All software we recognize needs to stay at the latest possible version. But
# since that's not expressible here, we make it >= the last *known* version to
# at least prevent downgrades beyond that:
Expand Down Expand Up @@ -57,7 +61,6 @@ group(:omnibus_package) do
gem "knife-spork"
gem "dep-selector-libgecode"
gem "nokogiri"
gem "pry"
gem "pry-byebug"
gem "pry-remote"
gem "pry-stack_explorer"
Expand Down

0 comments on commit 65f4411

Please sign in to comment.