Skip to content

Commit 1b8dece

Browse files
authored
docs: Update README with Ruby 3.4.1, Rails 7.2.2
- Updated Ruby version to 3.4.1 in README - Included Rails 7.2.2 badge - Improved documentation for dependencies and CI status
1 parent a84567a commit 1b8dece

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Africa Ruby Community (ARC) Platform
22

33
[![Arc Platform CI Workflow](https://github.com/nairuby/arc_platform/actions/workflows/ci.yml/badge.svg)](https://github.com/nairuby/arc_platform/actions/workflows/ci.yml)
4+
![Ruby](https://img.shields.io/badge/Ruby-3.4.1-red?logo=ruby)
5+
![Rails](https://img.shields.io/badge/Rails-7.2.2-blue?logo=rubyonrails)
46

57
## Introduction
68
The Africa Ruby Community (ARC) Platform is a project aimed at creating a hub for Ruby language enthusiasts in Africa. This platform facilitates connection, knowledge sharing, collaboration on projects, and staying updated with the latest Ruby community developments. Whether you're a seasoned developer or a beginner, this platform offers tailored resources for different countries and cities, merchandise, meetup information, and details about online workshops and webinars.
@@ -61,10 +63,10 @@ asdf plugin add nodejs
6163
Install Ruby and set the default version by running the following commands:
6264

6365
```sh
64-
asdf install ruby 3.2.2
66+
asdf install ruby 3.4.1
6567

6668
# Set the default Ruby version
67-
asdf global ruby 3.2.2
69+
asdf global ruby 3.4.1
6870

6971
# Update to the latest Rubygems version
7072
gem update --system
@@ -82,7 +84,7 @@ Confirm the default Ruby version matches the version you just installed.
8284
which ruby
8385
#=> /Users/username/.asdf/shims/ruby
8486
ruby -v
85-
#=> 3.2.2
87+
#=> 3.4.1
8688
```
8789

8890
Install Node.js for handling Javascript in our Rails app
@@ -103,7 +105,7 @@ npm install -g yarn
103105
To switch to a different Ruby and Node version for a specific project, you can use the following command to set the Ruby or Node version for that project. You should be in the project directory.
104106

105107
```sh
106-
asdf local ruby <ruby version> # eg 3.0.2
108+
asdf local ruby <ruby version> # eg 3.4.1
107109
asdf local nodejs <nodejs version> # eg 20.9.0
108110
```
109111

0 commit comments

Comments
 (0)