[ruby/bigdecimal] Bump up to 3.1.4

ruby/bigdecimal#187 has changed a behavior and ruby/spec also needed a
follow up at https://github.com/ruby/ruby/commit/0d8ef62fc293.
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`.

https://github.com/ruby/bigdecimal/commit/3a2a7a9353
This commit is contained in:
Nobuyoshi Nakada 2023-02-21 22:36:01 +09:00 committed by git
parent 7b768e4335
commit 0cde887eb9

View File

@ -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 */