Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installation/install-by-gem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please follow the [Pre-installation Guide](before-install.md) to configure your

## Step 1: Install Ruby Interpreter

Install Ruby `>= 2.7` on your local environment. In addition, install `ruby-dev` package via Package Manager to build native extension gems.
Install Ruby `>= 3.3` on your local environment. In addition, install `ruby-dev` package via Package Manager to build native extension gems.

## Step 2: Install Fluentd Gem

Expand Down
2 changes: 1 addition & 1 deletion installation/install-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This article explains how to install Fluentd from source \(git repository\). Thi

## Step 1: Install Ruby Interpreter

Install Ruby `>= 3.2` and `bundler` on your local environment.
Install Ruby `>= 3.3` and `bundler` on your local environment.

## Step 2: Fetch Source Code

Expand Down
4 changes: 2 additions & 2 deletions quickstart/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Which version of Ruby does `fluentd` support?

The latest fluentd works on Ruby 3.2 or later.
The latest fluentd works on Ruby 3.3 or later.

Though the minimum required version is Ruby 3.2 or later, we recommend using `fluentd` with a
Though the minimum required version is Ruby 3.3 or later, we recommend using `fluentd` with a
newer stable version.

## What is the difference between v1 and v0.14?
Expand Down