README.md in octokit-4.25.1 vs README.md in octokit-5.0.0
- old
+ new
@@ -1,7 +1,10 @@
# Octokit
+> **Note**
+> We've recently renamed the `4-stable` branch to `main`. This might affect you if you're making changes to Octokit's code locally. For more details and for the steps to reconfigure your local clone for the new branch name, check out [this post](https://github.com/octokit/octokit.rb/discussions/1455).
+
Ruby toolkit for the GitHub API.
![logo](https://docs.github.com/assets/images/gundamcat.png)
Upgrading? Check the [Upgrade Guide](#upgrading-guide) before bumping to a new
@@ -738,11 +741,9 @@
## Supported Ruby Versions
This library aims to support and is [tested against][actions] the following Ruby
implementations:
-* Ruby 2.5
-* Ruby 2.6
* Ruby 2.7
* Ruby 3.0
* Ruby 3.1
If something doesn't work on one of these Ruby versions, it's a bug.