mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 14:34:39 +02:00
[ruby/bigdecimal] Bump up to 3.1.4
ruby/bigdecimal#187 has changed a behavior and ruby/spec also needed a follow up at0d8ef62fc2
. However, because bigdecimal is a separate gem and can be updated in older versions of ruby, `RUBY_VERSION` is not appropriate for this guard. That means it needs bumped up `BigDecimal::VERSION`.3a2a7a9353
This commit is contained in:
parent
7b768e4335
commit
0cde887eb9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "bits.h"
|
||||
#include "static_assert.h"
|
||||
|
||||
#define BIGDECIMAL_VERSION "3.1.3"
|
||||
#define BIGDECIMAL_VERSION "3.1.4"
|
||||
|
||||
/* #define ENABLE_NUMERIC_STRING */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue