-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump yard from 0.9.38 to 0.9.39 #92
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ GEM | |
| specs: | ||
| coderay (1.1.3) | ||
| rake (13.3.1) | ||
| yard (0.9.38) | ||
| yard (0.9.39) | ||
| yard-coderay (0.1.0) | ||
| coderay | ||
| yard | ||
|
|
@@ -17,7 +17,7 @@ PLATFORMS | |
|
|
||
| DEPENDENCIES | ||
| rake | ||
| yard (~> 0.9.38) | ||
| yard (~> 0.9.39) | ||
| yard-coderay | ||
| yard-mruby | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The provided code patch appears to be a simple update for the
Overall, the code review indicates a minor and safe update from |
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The provided code patch seems to be a simple modification in a Ruby Gemfile, updating the version constraint of the
yardgem from "> 0.9.38" to "> 0.9.39." Here is a brief code review:Bug Risk:
Improvement Suggestions:
yard.General Advice:
Since it's a straightforward version update, there shouldn't be major issues. However, always test thoroughly to guarantee the proper functionality of your application after updating the gem version.