diff --git a/Gemfile b/Gemfile index f3b3b0f87..009733472 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end group :development, :test do # we use this to demonstrate interactive debugging within our feature tests if RUBY_VERSION >= '2' - gem 'pry', '~> 0.11.2' + gem 'pry', '~> 0.12.2' else gem 'pry', '~> 0.9.12' end