> ## Content Index
> Fetch the complete content index at: https://rubycentral.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# November 2022 Monthly Update
- URL: https://rubycentral.org/news/november-2022-monthly-update/
- Published: 2022-12-21T15:30:40.000Z
- Updated: 2023-06-16T20:24:02.000Z
- Author: Irene Kannyo
- Tags: monthly-update

Hello! Welcome to the monthly update. During November, our work was supported by [Shopify](https://www.shopify.com/?ref=rubycentral.org), [Zendesk](https://zendesk.com/?ref=rubycentral.org) and many others.

## ruby central news

In November, we released a new version of [the Ruby Central website](https://rubycentral.org/)! This new site replaces the previous rubytogether.org and rubycentral.org sites, providing a single place to [read monthly updates and blog posts](https://rubycentral.org/news/), [manage your newsletter subscription](https://rubycentral.org/#/portal/signin), and [sign up as a supporting member](https://rubycentral.org/#/portal/signup).

The previous Ruby Together monthly updates have been brought over, as well as our previous posts about conferences, speakers, and Ruby developers. If you signed up for the newsletter or as a member in the past, the new site will allow you to manage your existing subscription.

This month, Ruby Central's open source work was supported by 32 different companies, including Ruby member [Zendesk](https://zendesk.com/?ref=rubycentral.org) and Ruby Shield sponsor [Shopify](https://www.shopify.com/?ref=rubycentral.org). 1 company joined as a new member.

On top of those companies, 1 new developer -- Emanuel H. Farias -- signed up as a member. In total, we were supported by 122 developer members. Thanks to all of our members for making everything that we do possible. <3

## RubyGems and Bundler news

This month in RubyGems, we released new versions of RubyGems [3.3.25](https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md?ref=rubycentral.org#3325--2022-11-02), [3.3.26](https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md?ref=rubycentral.org#3326--2022-11-16) and Bundler [2.3.25](https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md?ref=rubycentral.org#2325-november-2-2022), [2.3.26](https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md?ref=rubycentral.org#2326-november-16-2022).

The following improvements and fixes are included in these releases (see the changelog for more information:

- improved some test times and fixed warning by not installing documentation. - [#6074](https://github.com/rubygems/rubygems/pull/6074?ref=rubycentral.org).
- fixed a broken link in `bundle-platform` man page - [#6071](https://github.com/rubygems/rubygems/pull/6071?ref=rubycentral.org).
- added permission restrictions to GitHub actions - [#6081](https://github.com/rubygems/rubygems/pull/6081?ref=rubycentral.org).
- removed reference to RVM documentation in the message returned when you run `bundler outdated` \- [#6083](https://github.com/rubygems/rubygems/pull/6083?ref=rubycentral.org).
- added a test to ensure that global gemspecs do not confuse Bundler - [#6086](https://github.com/rubygems/rubygems/pull/6086?ref=rubycentral.org).
- fixed an issue that occurs when a lockfile gem does not resolve on the current platform - [#6070](https://github.com/rubygems/rubygems/pull/6070?ref=rubycentral.org).
- updated the docs for `gemfile` man page - [#6007](https://github.com/rubygems/rubygems/pull/6007?ref=rubycentral.org).
- improved resolution messages when some platform gems are missing - [#6068](https://github.com/rubygems/rubygems/pull/6068?ref=rubycentral.org).
- added `asdf`, a ruby version manager option that contributors can utilize - [#6066](https://github.com/rubygems/rubygems/pull/6066?ref=rubycentral.org).
- upgraded `rb-sys` to version 0.9.37 - [#6047](https://github.com/rubygems/rubygems/pull/6047?ref=rubycentral.org).

In November, RubyGems and Bundler gained [116 new commits](https://github.com/rubygems/rubygems/compare/master@%7B2022-11-01%7D...master@%7B2022-11-31%7D?ref=rubycentral.org), 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](https://github.com/rubygems/rubygems.org/pull/3280?ref=rubycentral.org).
- merged a PR to avoid filling the template with the gem name automatically - [#6093](https://github.com/rubygems/rubygems/pull/6093?ref=rubycentral.org).
- merged a PR to protect the gem placeholder name to prevent misuse of the package name.- [#3275](https://github.com/rubygems/rubygems.org/pull/3275?ref=rubycentral.org).
- used `DelayedJob` as an active job adapter - [#3266](https://github.com/rubygems/rubygems.org/pull/3266?ref=rubycentral.org).
- increased the maximum size of the memcached entry to 2MB - [#3260](https://github.com/rubygems/rubygems.org/pull/3260?ref=rubycentral.org).
- added `ossf/scorecards` to assist in detecting non-secure configurations related to GitHub and GitHub Actions - [#3258](https://github.com/rubygems/rubygems.org/pull/3258?ref=rubycentral.org).
- updated to the latest versions of RubyGems (3.3.25) and Bundler (2.3.25) - [#3250](https://github.com/rubygems/rubygems.org/pull/3250?ref=rubycentral.org).

In November, RubyGems.org gained [46 new commits](https://github.com/rubygems/rubygems.org/compare/master@%7B2022-11-01%7D...master@%7B2022-11-31%7D?ref=rubycentral.org), contributed by 6 authors. There were 108 additions and 36 deletions across 10 files.

As always, we continue to fix bugs, review and merge PRs and reply to support tickets.

## total spent

In November we completed 124.5 hours of development work @$150/hour, and spent $18,683.00.

## 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](https://github.com/deivid-rodriguez?ref=rubycentral.org) David Rodríguez
- [@peterzhu2118](https://github.com/peterzhu2118?ref=rubycentral.org) Peter Zhu
- [@ianks](https://github.com/ianks?ref=rubycentral.org) Ian Ker-Seymer
- [@simi](https://github.com/simi?ref=rubycentral.org) Josef Šimánek
- [@syohex](https://github.com/syohex?ref=rubycentral.org) Shohei YOSHIDA
- [@Bo98](https://github.com/Bo98?ref=rubycentral.org) Bo Anderson
- [@hsbt](https://github.com/hsbt?ref=rubycentral.org) Hiroshi SHIBATA
- [@gustavothecoder](https://github.com/gustavothecoder?ref=rubycentral.org) Gustavo Ribeiro
- [@JuanVqz](https://github.com/JuanVqz?ref=rubycentral.org) Juan Vásquez
- [@nobu](https://github.com/nobu?ref=rubycentral.org) Nobuyoshi Nakada

Contributors to RubyGems.org:

- [@hsbt](https://github.com/hsbt?ref=rubycentral.org) Hiroshi SHIBATA
- [@simi](https://github.com/simi?ref=rubycentral.org) Josef Šimánek
- [@tnir](https://github.com/tnir?ref=rubycentral.org) Takuya N
- [@sonalkr132](https://github.com/sonalkr132?ref=rubycentral.org) Aditya Prakash

Until next time,  
Irene, André and the Ruby Central team