https://github.com/jgraichen/test-renovate-gemfile-platform
https://github.com/jgraichen/test-renovate-gemfile-platform
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgraichen/test-renovate-gemfile-platform
- Owner: jgraichen
- Archived: true
- Created: 2022-02-10T18:55:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T02:41:10.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T16:11:24.938Z (over 1 year ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Renovate with Platforms in Gemfile.lock
Rubygems/Bundler support multiple platforms for choosing native gems to install. Such platforms can be added using `bundle lock --add-platform`.
```
bundle lock --add-platform ruby
bundle lock --add-platform x86_64-darwin-19
bundle lock --add-platform x86_64-darwin-20
bundle lock --add-platform x86_64-darwin-21
```
## Issue description
It appears that Renovatebot removes all platforms except x86-64-linux when doing lockfile maintenance.