> ## 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.

# June 2022 Monthly Update
- URL: https://rubycentral.org/news/june-2022-monthly-update/
- Published: 2022-07-22T18:43:00.000Z
- Updated: 2022-11-28T23:39:45.000Z
- Author: Andre Arko
- Tags: Import 2022-11-28 15:39

Hello! Welcome to the monthly update. During June, our work was supported by [Zendesk](https://www.zendesk.com/?ref=rubycentral.org), [DigitalOcean](https://www.digitalocean.com/?ref=rubycentral.org), [Stitch Fix](http://multithreaded.stitchfix.com/?ref=rubycentral.org), and many others.

## ruby together news

In June, Ruby Together was supported by 32 different companies, including Ruby member [Zendesk](https://zendesk.com/?ref=rubycentral.org). 1 company joined as a new member.

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

## RubyGems news

This month in RubyGems, we released new versions of RubyGems [3.3.16](https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md?ref=rubycentral.org#3316--2022-06-15), [3.3.17](https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md?ref=rubycentral.org#3317--2022-06-29) and Bundler [2.3.16](https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md?ref=rubycentral.org#2316-june-15-2022), [2.3.17](https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md?ref=rubycentral.org#2317-june-29-2022).

The following is a non-exhaustive list of other improvements included in the above releases (see the changelog for further information):

- fixed a regression when loading old marshaled specs - [#5610](https://github.com/rubygems/rubygems/pull/5610?ref=rubycentral.org).
- improved performance of installing gems from gem server sources - [#5614](https://github.com/rubygems/rubygems/pull/5614?ref=rubycentral.org).
- fixed incorrect password redaction when there’s an error in `gem source -a` \- [#5623](https://github.com/rubygems/rubygems/pull/5623?ref=rubycentral.org).
- fixed some errors being printed twice in `--verbose` mode - [#5654](https://github.com/rubygems/rubygems/pull/5654?ref=rubycentral.org).
- created documentation on how to run `rake setup` as a regular user - [#5662](https://github.com/rubygems/rubygems/pull/5662?ref=rubycentral.org).
- added clear and descriptive messages when `gem update` fails to update some gems - [#5676](https://github.com/rubygems/rubygems/pull/5676?ref=rubycentral.org).

In June, RubyGems gained [168 new commits](https://github.com/rubygems/rubygems/compare/master@%7B2022-06-01%7D...master@%7B2022-06-31%7D?ref=rubycentral.org), contributed by 13 authors. There were 1,610 additions and 1,233 deletions across 165 files.

## RubyGems.org news

In June, RubyGems.org saw several bug fixes and updates, some of which include the following:

- fixed confusion in MFA behaviour - [#3079](https://github.com/rubygems/rubygems.org/pull/3079?ref=rubycentral.org).
- added a prompt to notify users leaving without copying MFA recovery codes - [#3082](https://github.com/rubygems/rubygems.org/pull/3082?ref=rubycentral.org).
- removed API key `rubygems_id` from the form url query string - [#3085](https://github.com/rubygems/rubygems.org/pull/3085?ref=rubycentral.org).
- separated MFA methods from `User.rb` to its own concern `UserMultifactorMethods` \- [#3108](https://github.com/rubygems/rubygems.org/pull/3108?ref=rubycentral.org).
- added case insensitive uniqueness validation to user handles - [#3120](https://github.com/rubygems/rubygems.org/pull/3120?ref=rubycentral.org).
- added a per user rate limit to the `gem push` command - [#3121](https://github.com/rubygems/rubygems.org/pull/3121?ref=rubycentral.org).
- added a Capybara find method to wait for page to load when running tests - [#3124](https://github.com/rubygems/rubygems.org/pull/3124?ref=rubycentral.org).

This month, RubyGems.org gained [74 new commits](https://github.com/rubygems/rubygems.org/compare/master@%7B2022-06-01%7D...master@%7B2022-06-31%7D?ref=rubycentral.org), contributed by 13 authors. There were 1,015 additions and 263 deletions across 63 files.

As always, we continue to fix bugs, review and merge PR’s and reply to support tickets.

## total spent

In June we completed 36.4 hours of development work @$150/hour, and spent $ 5,461.50.

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