Skip to content

Commit

Permalink
Update pry dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jan 7, 2019
1 parent ec7a30c commit bd0f39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd0f39e

Please sign in to comment.