upgrade bundler deps#2886
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies in macos/Gemfile.lock. While most updates are routine patch and minor version bumps, I've identified that the specified versions for faraday (1.10.5) and faraday-multipart (1.2.0) do not appear to be available on the public rubygems.org repository. This could lead to build failures. Please review the comments for details.
| emoji_regex (3.2.3) | ||
| excon (0.112.0) | ||
| faraday (1.8.0) | ||
| faraday (1.10.5) |
There was a problem hiding this comment.
The specified version 1.10.5 for the faraday gem does not appear to be available on the public rubygems.org repository, which is the source configured in your Gemfile. The latest version in the 1.x series on rubygems.org is 1.10.3. This will likely cause bundle install to fail. Please ensure this version is correct and available from your configured gem sources.
| faraday-em_synchrony (1.0.1) | ||
| faraday-excon (1.1.0) | ||
| faraday-httpclient (1.0.1) | ||
| faraday-multipart (1.2.0) |
There was a problem hiding this comment.
The specified version 1.2.0 for the faraday-multipart gem does not appear to be available on the public rubygems.org repository. The latest published version is 1.0.4. This will likely cause bundle install to fail. Please verify that this version is correct and available from your configured gem sources.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2886 +/- ##
=======================================
Coverage 94.13% 94.13%
=======================================
Files 52 52
Lines 1483 1483
=======================================
Hits 1396 1396
Misses 87 87
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Auto-generated by create-pull-request
See: https://github.com/peter-evans/create-pull-request/blob/master/docs/concepts-guidelines.md#triggering-further-workflow-runs