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

Fix support for Pry 0.13 #958

Merged
merged 1 commit into from Mar 25, 2020
Merged

Fix support for Pry 0.13 #958

merged 1 commit into from Mar 25, 2020

Conversation

rymai
Copy link
Member

@rymai rymai commented Mar 25, 2020

Fixes #953.

@rymai rymai added the 🐛 Bug Fix Fixes a bug label Mar 25, 2020
@codecov
Copy link

codecov bot commented Mar 25, 2020

Codecov Report

Merging #958 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #958      +/-   ##
==========================================
+ Coverage   88.69%   88.75%   +0.05%     
==========================================
  Files          58       58              
  Lines        1991     2000       +9     
==========================================
+ Hits         1766     1775       +9     
  Misses        225      225
Impacted Files Coverage Δ
lib/guard/jobs/pry_wrapper.rb 80.51% <100%> (+1.2%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 288a543...46298b5. Read the comment docs.

@rymai rymai mentioned this pull request Mar 25, 2020
@rymai rymai self-assigned this Mar 25, 2020
Signed-off-by: Rémy Coutable <remy@rymai.me>
lib/guard/jobs/pry_wrapper.rb Show resolved Hide resolved
lib/guard/jobs/pry_wrapper.rb Show resolved Hide resolved
lib/guard/jobs/pry_wrapper.rb Show resolved Hide resolved
@rymai rymai merged commit 32e2d7f into master Mar 25, 2020
@rymai rymai deleted the fix-pry-0-13 branch March 25, 2020 12:42
rymai added a commit that referenced this pull request Mar 25, 2020
Signed-off-by: Rémy Coutable <remy@rymai.me>
This was referenced Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken with the pry 0.13.0
1 participant