-
Notifications
You must be signed in to change notification settings - Fork 898
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
[RADJABOV] Update lockfile after backports #23267
Conversation
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.
LGTM
Gemfile.lock.release
Outdated
vcr (~> 6.1) | ||
webmock (~> 3.7) | ||
websocket-driver (~> 0.6.3) | ||
wim_parser (~> 1.0) | ||
yard (>= 0.9.36) | ||
|
||
RUBY VERSION | ||
ruby 3.1.6p260 |
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.
Shouldn't this be ruby 3.3?
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.
I was actually surprised this appeared at all, considering I'm using the same bundler version, but yeah I can update it. It doesn't seem to make any difference.
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.
Updated
4afbbe2
to
37c09dc
Compare
@jrafanie @agrare Please review.