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

# August 2020 Monthly Update
- URL: https://rubycentral.org/news/august-2020-monthly-update/
- Published: 2020-09-21T18:28: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 August, our work was supported by [Zendesk](https://www.zendesk.com/?ref=rubycentral.org), [Bleacher Report](http://www.bleacherreport.com/?ref=rubycentral.org), [Stitch Fix](http://multithreaded.stitchfix.com/?ref=rubycentral.org), and many others.

## ruby together news

In August, Ruby Together was supported by 43 different companies, including Sapphire member [Stripe](https://stripe.com/?ref=rubycentral.org) and Ruby member [Zendesk](https://zendesk.com/?ref=rubycentral.org). 2 companies joined for the first time this month.

In addition to those companies, 2 new developers signed up as members, including Efstathios Stivaros. In total, we were supported by 101 developer members. Thanks to all of our members for making everything that we do possible. <3

## rubygems news

This month we made improvements to our [man page generation process](https://github.com/rubygems/rubygems/pull/3923?ref=rubycentral.org) to ease contribution to the Bundler documentation, and reviewed and merged some PRs from various contributors. We’re thankful for our supportive community. <3

We coordinated with the Ruby core team about versioning default gems in [#3937](https://github.com/rubygems/rubygems/pull/3937?ref=rubycentral.org) and [#3938](https://github.com/rubygems/rubygems/pull/3938?ref=rubycentral.org), as well as [fixing an issue with configuration priority](https://github.com/rubygems/rubygems/pull/3933?ref=rubycentral.org).

We also deprecated [bundle cache --all](https://github.com/rubygems/rubygems/pull/3932?ref=rubycentral.org) in favor of explicitly configuring `bundle config set --local cache_all true`.

As always, we continue to fix bugs, review and merge PRs, and follow up with issue triaging.

In total, RubyGems gained 71 new commits, contributed by 15 authors. There were 639 additions and 262 deletions across 173 files.

## rubygems.org news

In August, we added a webhook configuration to Slack, set up Terraform modules sending Slack notifications from AWS Lambda, and completed the following tests, improvements and fixes:

- tested and deployed a PR for [blocking -/\_ variations of the gem names](https://github.com/rubygems/rubygems.org/pull/2341?ref=rubycentral.org) (which are most commonly abused by malicious actors) and fixed a missing index in the SQL query.
- debugged failing rspec failing builds and [updated the backfill required\_rubygems\_version task to also backfill required\_ruby\_version](https://github.com/rubygems/rubygems.org/pull/2474?ref=rubycentral.org).
- [added basic auth to staging.rubygems.org](https://github.com/rubygems/rubygems.org/pull/2486?ref=rubycentral.org), [loaded a production dump](https://github.com/rubygems/rubygems.org/pull/2489?ref=rubycentral.org), and did a test run of the backfill task.
- ran the backfill task in production, regenerated the `versions.list` file, verified `info_checksum` mismatches, and purged info keys on memcached and Fastly. This will ensure `bundle install` is able to run quickly when resolving more than 30k gem versions that previously caused `Gem::RuntimeRequirementNotMetError`.
- added Terraform modules for CloudWatch alerts on `alb`, `ec`, `es`, `rds` and `sqs`, and created alert thresholds.
- reduced docker image size of RubyGems.org by 100 MB by [removing sass-rails from the production image](https://github.com/rubygems/rubygems.org/pull/2478?ref=rubycentral.org).
- resolved tickets on help.rubygems.org.

This month, RubyGems.org gained 74 new commits, contributed by 6 authors. There were 225 additions and 118 deletions across 23 files.

## budget & expenses

In August, we saw $16,316.33 in total income, and spent a total of $15,661.84

- Stripe Payment Processing Fees $303.74
- Employee Related $237.31
- General & Administrative $217.18
- IT & Software $1,154.51
- Professional Fees $319.00
- 91.6 Hours of development work $13,733.84

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