summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-19 20:31:38 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-19 20:31:38 -0800
commit2c8a87206cbb3ca5bf0ff63286ee6844797b6bc1 (patch)
tree708194cb12d37416e0cd247354647924f5a57eac /Gemfile
parente79e60b2dab8c3e489fd3b03c53ef9aa6a7dd0c2 (diff)
downloadmixlib-shellout-2c8a87206cbb3ca5bf0ff63286ee6844797b6bc1.tar.gz
Another Ruby 2.2 pin
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8d32ed0..bf33195 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,7 @@ end
group :debug do
gem "pry"
- gem "pry-byebug"
+ gem "pry-byebug", "~> 3.6.0" # Pinned for ruby 2.2
gem "pry-stack_explorer"
gem "rb-readline"
end