Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pry from 0.13.0 to 0.13.1 #669

Merged
merged 1 commit into from Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -7,7 +7,7 @@ gemspec
gem "chandler", "0.9.0"
gem "mdl", "0.9.0"
gem "minitest", "~> 5.11"
gem "pry", "0.13.0"
gem "pry", "0.13.1"
gem "rake", "~> 13.0"
gem "rake-compiler", "~> 1.0"
gem "rexml", "~> 3.2" # TODO: remove when https://github.com/gettalong/kramdown/pull/638 released
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -38,7 +38,7 @@ GEM
parallel (1.19.1)
parser (2.7.0.5)
ast (~> 2.4.0)
pry (0.13.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.3)
Expand Down Expand Up @@ -78,7 +78,7 @@ DEPENDENCIES
chandler (= 0.9.0)
mdl (= 0.9.0)
minitest (~> 5.11)
pry (= 0.13.0)
pry (= 0.13.1)
rake (~> 13.0)
rake-compiler (~> 1.0)
rexml (~> 3.2)
Expand Down