Blog
15 Dec 2022
November 2022 RubyGems Updates
Welcome to the RubyGems monthly update! As part of our efforts at Ruby Central, we publish a recap of the work that we’ve done the previous month. Read on to find out what updates were made to RubyGems and RubyGems.org in November.
RubyGems News
This month in RubyGems, we released new versions of RubyGems 3.3.25, 3.3.26 and Bundler 2.3.25, 2.3.26.
The following improvements and fixes are included in these releases (see the changelog for more information:
- improved some test times and fix warning by not installing documentation. - #6074.
- fixed a broken link in
bundle-platform
man page - #6071. - added permission restrictions to GitHub actions - #6081.
- removed reference to RVM documentation in the message returned when you run
bundler outdated
- #6083. - added a test to ensure that global gemspecs do not confuse Bundler - #6086.
- fixed an issue that occurs when a lockfile gem does not resolve on the current platform - #6070.
- updated the docs for
gemfile
man page - #6007. - improved resolution messages when some platform gems are missing - #6068.
- added
asdf
, a ruby version manager option that contributors can utilize - #6066. - upgraded
rb-sys
to version 0.9.37 - #6047.
In November, RubyGems gained 116 new commits, contributed by 15 authors. There were 3,719 additions and 3,370 deletions across 141 files.
RubyGems.org News
In November, RubyGems.org saw several bug fixes and updates, some of which include the following:
- added tests to cover scenarios where an API key is not saved after being created or updated - #3280.
- merged a PR to avoid filling the template with the gem name automatically - #6093.
- merged a PR to protect the gem placeholder name to prevent misuse of the package name.- #3275.
- used
DelayedJob
as an active job adapter - #3266. - increased the maximum size of the memcached entry to 2MB - #3260.
- added
ossf/scorecards
to assist in detecting non-secure configurations related to GitHub and GitHub Actions - #3258. - updated to the latest versions of RubyGems (3.3.25) and Bundler (2.3.25) - #3250.
In November, RubyGems.org gained 46 new commits, contributed by 6 authors. There were 108 additions and 36 deletions across 10 files.
Related News
Here we outline additional exciting updates made to other projects in the Ruby Ecosystem.
- This month, we released a new version of Ruby Central News.
As always, we continue to fix bugs, review and merge PRs and reply to support tickets.
Thank you
Thank you to all the contributors of RubyGems and RubyGems.org for this month! Your contributions are greatly appreciated, and we are grateful for your support.
Contributors to RubyGems:
- @deivid-rodriguez David Rodríguez
- @peterzhu2118 Peter Zhu
- @ianks Ian Ker-Seymer
- @simi Josef Šimánek
- @syohex Shohei YOSHIDA
- @Bo98 Bo Anderson
- @hsbt Hiroshi SHIBATA
- @gustavothecoder Gustavo Ribeiro
- @JuanVqz Juan Vásquez
- @nobu Nobuyoshi Nakada
Contributors to RubyGems.org:
- @hsbt Hiroshi SHIBATA
- @simi Josef Šimánek
- @tnir Takuya N
- @sonalkr132 Aditya Prakash
Learn more about contributing to RubyGems by visiting the RubyGems Contributing Guide. We welcome all kinds of contributions, including bug fixes, feature implementation, writing and updating documentation, and bug triage.