summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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