Skip to content

Commit c831aaa

Browse files
eitoballCopilot
andcommitted
docs: document Ruby 3.1 support for 5.0.0
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 356cec2 commit c831aaa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ A library for generating comma-separated values (CSV) from Ruby objects, arrays,
88

99
### Prerequisites
1010

11-
You need Ruby 3.0 or later.
11+
You need Ruby 3.1 or later.
1212

13-
For Rails / ActiveRecord integration, this repository is currently tested against ActiveRecord and Rails 6.0 through 7.1 on Ruby 3.0 through 3.4.
13+
For Rails / ActiveRecord integration, this repository is currently tested against ActiveRecord and Rails 6.0 through 7.1 on Ruby 3.1 through 4.0.
1414

1515
### Installing
1616

@@ -19,7 +19,7 @@ Comma is distributed as a gem, best installed via Bundler.
1919
Include the gem in your Gemfile:
2020

2121
```ruby
22-
gem 'comma', '~> 4.9.0'
22+
gem 'comma', '~> 5.0.0'
2323
```
2424

2525
Or, if you want to live life on the edge, you can get master from the main comma repository:

0 commit comments

Comments
 (0)