Skip to content

Commit a784be9

Browse files
authored
Fix parameter name in 2024-09-24-august-rubygems-updates.md.
1 parent 5555cc5 commit a784be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2024-09-24-august-rubygems-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Some other important accomplishments from the team this month include:
3535

3636
[**Fixed Issues With the`--prefer-local` Flag in `bundle install`**](https://github.com/rubygems/rubygems/pull/7951)
3737

38-
- We resolved problems where the `-prefer-local` flag wasn't working effectively; it didn't fallback to remote gems when local ones didn't satisfy requirements and didn't prefer local gems for sub-dependencies.
38+
- We resolved problems where the `--prefer-local` flag wasn't working effectively; it didn't fallback to remote gems when local ones didn't satisfy requirements and didn't prefer local gems for sub-dependencies.
3939
- We implemented a solution similar to how we handle prereleases: for each gem, first prefer local versions; if conflicts arise, allow remote versions for those specific gems.
40-
- This was inspired by [@gouravkhunger](https://github.com/gouravkhunger), who uses `-prefer-local` to help package Ruby for his Jekyllex project.
40+
- This was inspired by [@gouravkhunger](https://github.com/gouravkhunger), who uses `--prefer-local` to help package Ruby for his Jekyllex project.
4141

4242
[**Helped Appraisals Maintainers Run Tests With Latest Bundler**](https://github.com/rubygems/rubygems/pull/7950)
4343

0 commit comments

Comments
 (0)