Skip to content

Commit 4914cc3

Browse files
authored
Remove "Which version should you select" section (#476)
This section is outdated.
1 parent 4120325 commit 4914cc3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,6 @@ If your Ruby comes from [RubyInstaller](https://rubyinstaller.org/), make sure [
3232

3333
I don't have enough knowledge about Chocolatey. Please tell me what should I write here.
3434

35-
## Which version should you select
36-
37-
The differences among versions are given below:
38-
39-
| version | characteristics | Supported ruby version range |
40-
| ------- | --------------- | ----------------------- |
41-
| 3.0.0 | You can use BigDecimal with Ractor on Ruby 3.0 | 2.5 .. |
42-
| 2.0.x | You cannot use BigDecimal.new and do subclassing | 2.4 .. |
43-
| 1.4.x | BigDecimal.new and subclassing always prints warning. | 2.3 .. 2.7 |
44-
| 1.3.5 | You can use BigDecimal.new and subclassing without warning | .. 2.5 |
45-
46-
You can select the version you want to use using `gem` method in Gemfile or scripts.
47-
For example, you want to stick bigdecimal version 1.3.5, it works file to put the following `gem` call in you Gemfile.
48-
49-
```ruby
50-
gem 'bigdecimal', '1.3.5'
51-
```
52-
5335
## Usage
5436

5537
TODO: Write usage instructions here

0 commit comments

Comments
 (0)