File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -32,24 +32,6 @@ If your Ruby comes from [RubyInstaller](https://rubyinstaller.org/), make sure [
3232
3333I 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
5537TODO: Write usage instructions here
You can’t perform that action at this time.
0 commit comments