Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 1503710

Browse files
committed
Update README.md
1 parent 5ad72e6 commit 1503710

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# GitHub Buddy
22

33
[![Status](https://img.shields.io/badge/status-dev-green)]()
4-
[![Ruby Version](https://img.shields.io/badge/ruby-v3.0.0-red)](https://www.ruby-lang.org/en/downloads/releases/)
5-
[![Rails Version](https://img.shields.io/badge/rails-v6.1.3-red)](https://rubyonrails.org/)
4+
[![Ruby Version](https://img.shields.io/badge/ruby-v3.0.1-red)](https://www.ruby-lang.org/en/downloads/releases/)
5+
[![Rails Version](https://img.shields.io/badge/rails-v6.1.3.1-red)](https://rubyonrails.org/)
66

77
A better way to manage your favorite repositories.
88

@@ -40,7 +40,7 @@ GitHub Buddy is an app created with Ruby on Rails and is currently hosted on Her
4040

4141
Before getting started please take a moment to review our [code of conduct](https://github.com/taphill/githubbuddy/blob/main/CODE_OF_CONDUCT.md).
4242

43-
This application currently uses Rails 6.1.3 and Ruby 3.0.0. To contribute please fork this repo and then clone it to your local machine.
43+
This application currently uses Rails 6.1.3.1 and Ruby 3.0.1. To contribute please fork this repo and then clone it to your local machine.
4444

4545
To get your dev environment setup please make sure you have all of the following:
4646

@@ -72,15 +72,15 @@ My preferred way to manage different ruby versions is with rbenv. To install rbe
7272

7373
After you have installed rbenv you can restart your terminal and install ruby! Fair warning this will take about 10-15 minutes so maybe get up and go for a walk, or grab something to eat!
7474
```
75-
$ rbenv install 2.7.2
75+
$ rbenv install 3.0.1
7676
```
7777

7878
After you have installed ruby you can cd into the githubbuddy project directory on you local machine and run
7979
```
80-
$ rbenv local 2.7.2
80+
$ rbenv local 3.0.1
8181
```
8282

83-
If you run `$ rbenv version` you should see that 2.7.2 is set as the local version!
83+
If you run `$ rbenv version` you should see that 3.0.1 is set as the local version!
8484

8585
### Bundler
8686

0 commit comments

Comments
 (0)