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

# July 2021 Monthly Update
- URL: https://rubycentral.org/news/july-2021-monthly-update/
- Published: 2021-08-24T19:29:00.000Z
- Updated: 2022-11-28T23:39:44.000Z
- Author: Andre Arko
- Tags: Import 2022-11-28 15:39

Hello! Welcome to the monthly update. During July, 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 July, Ruby Together was supported by 39 different companies, and 3 companies joined as new members.

On top of those companies, 3 new developers signed up as members: Wayne Vucenic, Joe Winter, and Stephan Kämper. In total, we were supported by 108 developer members. Thanks to all of our members for making everything that we do possible. <3

## rubygems & bundler news

This month in RubyGems, We released new versions of RubyGems ([3.2.22](https://github.com/rubygems/rubygems/releases/tag/v3.2.22?ref=rubycentral.org), [3.2.23](https://github.com/rubygems/rubygems/releases/tag/v3.2.23?ref=rubycentral.org), [3.2.24](https://github.com/rubygems/rubygems/releases/tag/v3.2.24?ref=rubycentral.org), and [3.2.25](https://github.com/rubygems/rubygems/releases/tag/v3.2.25?ref=rubycentral.org)) and Bundler ([2.2.22](https://github.com/rubygems/rubygems/releases/tag/bundler-v2.2.22?ref=rubycentral.org), [2.2.23](https://github.com/rubygems/rubygems/releases/tag/bundler-v2.2.23?ref=rubycentral.org), [2.2.24](https://github.com/rubygems/rubygems/releases/tag/bundler-v2.2.24?ref=rubycentral.org), and [2.2.25](https://github.com/rubygems/rubygems/releases/tag/bundler-v2.2.25?ref=rubycentral.org)).

We also simplified Bundler internals and achieved faster `bundler/setup` performance. In addition to that, RubyGems saw several bug fixes and updates this month, some of which include the following:

- investigated various RubyGems and Bundler issues on GitHub such as [#4717](https://github.com/rubygems/rubygems/pull/4717?ref=rubycentral.org) and [#4719](https://github.com/rubygems/rubygems/pull/4719?ref=rubycentral.org).
- worked on the Bundler Version Locking RFC - [#29](https://github.com/rubygems/rfcs/pull/29?ref=rubycentral.org).
- improved the `RUBYGEMS_GEMDEPS` environment variable, which allows running bundled commands without needing `bundle exec`.
- worked on automating the process of reproducing builds for gems - [#3118](https://github.com/rubygems/rubygems/issues/3118?ref=rubycentral.org).
- fixed several outdated definition issues (detecting whether there are Gemfile changes over the lockfile or not, to potentially reuse the information in the lockfile and avoid having to resolve dependencies at all).
- fixed the `--conservative` flag to allow finer-grained bundle updates.
- worked on smoothing the transition to secure RubyGems sources fully and fixed the regressions we create as we proceed.

In July, Rubygems gained [169 new commits](https://github.com/rubygems/rubygems/compare/master@%7B2021-07-01%7D...master@%7B2021-07-31%7D?ref=rubycentral.org), contributed by 14 authors. There were 1,878 additions and 1,237 deletions across 152 files.

## rubygems.org news

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

- updated Kubernetes from version `1.16` to `1.20`.
- debugged and resolved CPU spikes on the database by removing page entries info from the gem index page - [#2738](https://github.com/rubygems/rubygems.org/pull/2738?ref=rubycentral.org).
- enabled `rails 6.1` default `preload_links_header` \- [#3737](https://github.com/rubygems/rubygems.org/pull/2737?ref=rubycentral.org).

This month, Rubygems.org gained [27 new commits](https://github.com/rubygems/rubygems.org/compare/master@%7B2021-07-01%7D...master@%7B2021-07-31%7D?ref=rubycentral.org), contributed by 3 authors. There were 865 additions and 747 deletions across 13 files.

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

## budget & expenses

In July, we saw $8,071.05 in total income, and spent a total of $9,654.81.

- Stripe Payment Processing Fees $298.37
- Employee Related $542.62
- General & Administrative $183.00
- IT & Software $893.32
- 39.6 Hours of development work at $150/hr $5,937.50

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