From 08c4207d2318be33f435155067d2e1ad850c189b Mon Sep 17 00:00:00 2001 From: yzytom Date: Wed, 3 Jun 2026 12:26:33 +0800 Subject: [PATCH] Update Ruby version requirement to 4.0.5 Signed-off-by: yzytom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1fdd3f1f..fee24413ff 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ docker run --name devdocs -d -p 9292:9292 devdocs DevDocs is made of two pieces: a Ruby scraper that generates the documentation and metadata, and a JavaScript app powered by a small Sinatra app. -DevDocs requires Ruby 3.4.1 (defined in [`Gemfile`](./Gemfile)), libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). On Arch Linux run `pacman -S ruby ruby-bundler ruby-erb ruby-irb`. +DevDocs requires Ruby 4.0.5 (defined in [`Gemfile`](./Gemfile)), libcurl, and a JavaScript runtime supported by [ExecJS](https://github.com/rails/execjs#readme) (included in OS X and Windows; [Node.js](https://nodejs.org/en/) on Linux). On Arch Linux run `pacman -S ruby ruby-bundler ruby-erb ruby-irb`. Once you have these installed, run the following commands: