You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
A better way to manage your favorite repositories.
8
8
@@ -40,7 +40,7 @@ GitHub Buddy is an app created with Ruby on Rails and is currently hosted on Her
40
40
41
41
Before getting started please take a moment to review our [code of conduct](https://github.com/taphill/githubbuddy/blob/main/CODE_OF_CONDUCT.md).
42
42
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.
44
44
45
45
To get your dev environment setup please make sure you have all of the following:
46
46
@@ -72,15 +72,15 @@ My preferred way to manage different ruby versions is with rbenv. To install rbe
72
72
73
73
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!
74
74
```
75
-
$ rbenv install 2.7.2
75
+
$ rbenv install 3.0.1
76
76
```
77
77
78
78
After you have installed ruby you can cd into the githubbuddy project directory on you local machine and run
79
79
```
80
-
$ rbenv local 2.7.2
80
+
$ rbenv local 3.0.1
81
81
```
82
82
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!
0 commit comments