Skip to content

Commit c699676

Browse files
Update _posts/2024-01-08-december-rubygems-updates.md
Co-authored-by: Martin Emde <martinemde@users.noreply.github.com>
1 parent 9d37b3d commit c699676

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

_posts/2024-01-08-december-rubygems-updates.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Some other improvements that landed into our repo this month that are NOT includ
2424
- Avoid some allocations when evaluating ruby Gemfile DSL ([#7251](https://github.com/rubygems/rubygems/pull/7251)).
2525
- Improved install advice when some gems are not found ([#7265](https://github.com/rubygems/rubygems/pull/7265)).
2626
- A fix was implemented for the `bundler test` on the Ruby package ([#7298](https://github.com/rubygems/rubygems/pull/7298)).
27+
- `bundle lock` always touch the lockfile (even when nothing changed) to improve Make-style compatibility ([#7220](https://github.com/rubygems/rubygems/pull/7220)
28+
- Improve rubygems and Bundler CI detection ([#7205](https://github.com/rubygems/rubygems/pull/7205)
29+
- Stream output from ext builds when `--verbose` ([#7240](https://github.com/rubygems/rubygems/pull/7240))
30+
- Allow bundle pristine to run in parallel, resulting in a remarkable speed improvement ([#6927](https://github.com/rubygems/rubygems/pull/6927)
31+
- Ensure gem install respects system umask ([#7300](https://github.com/rubygems/rubygems/pull/7300))
2732

2833
In December, RubyGems gained [280 new commits](https://github.com/rubygems/rubygems/compare/master@%7B2023-12-01%7D...master@%7B2023-12-31%7D) contributed by 17 authors. There were 28,544 additions and 8,338 deletions across 761 files.
2934

0 commit comments

Comments
 (0)