-
Notifications
You must be signed in to change notification settings - Fork 319
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
Update Gemfile.lock
#2254
Update Gemfile.lock
#2254
Conversation
Gemfile.lock
Outdated
CFPropertyList | ||
naturally | ||
sqlite3 (1.4.4) | ||
sqlite3 (1.6.0-arm64-darwin) |
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.
hmmm this is making it fail 🤔
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.
Ok, I changed the platforms and I think it's now fixed. I also did this so the version of macos doesn't keep changing and growing in the platforms section
bundle lock --remove-platform arm64-darwin-21
bundle lock --add-platform arm64-darwin
It was only adding the arm64 dependency before because in my machine it was removing the ruby platform too (I removed the Gemfile.lock and ran bundle install, so bundler thought the only required architecture was arm64).
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.
hmm it's still failing 🤔
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 will remove the new platform for now, because it adds sqlite3 (1.6.0-arm64-darwin) which makes CircleCI fail
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.
Right, I don't know why it's adding this dependency version either... so I think that makes sense
|
||
PLATFORMS | ||
arm64-darwin |
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 will just remove this for now, because it adds sqlite3 (1.6.0-arm64-darwin)
which makes CI fail
Codecov Report
@@ Coverage Diff @@
## main #2254 +/- ##
==========================================
+ Coverage 85.90% 85.96% +0.05%
==========================================
Files 183 183
Lines 12125 12125
==========================================
+ Hits 10416 10423 +7
+ Misses 1709 1702 -7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
**This is an automatic release.** ### Dependency Updates * Bump fastlane-plugin-revenuecat_internal from `738f255` to `9255366` (#2264) via dependabot[bot] (@dependabot[bot]) * Update `Gemfile.lock` (#2254) via Cesar de la Vega (@vegaro) ### Other Changes * `HTTPClient`: added support for sending `X-Nonce` (#2214) via NachoSoto (@NachoSoto) * `Configuration`: added (`internal` for now) API to load public key (#2215) via NachoSoto (@NachoSoto) * Replaced `Any` uses for workaround with `Box` (#2250) via NachoSoto (@NachoSoto) * `HTTPClientTests`: fixed failing test with missing assertions (#2262) via NachoSoto (@NachoSoto) * `HTTPClientTests`: refactored tests to use `waitUntil` (#2257) via NachoSoto (@NachoSoto) * PurchaseTester: Add Receipt Inspector UI (#2249) via Andy Boedo (@aboedo) * Adds dependabot (#2259) via Cesar de la Vega (@vegaro) * `StoreKit1WrapperTests`: avoid using `Bool.random` to fix flaky code coverage (#2258) via NachoSoto (@NachoSoto) * `IntroEligibilityCalculator`: changed logic to handle products with no subscription group (#2247) via NachoSoto (@NachoSoto)
We got some dependabot alerts of high severity vulnerabilities https://github.com/RevenueCat/purchases-ios/security/dependabot