Skip to content

Commit fd2d75c

Browse files
renovate[bot]achrinza
authored andcommitted
Update bigdecimal to "~> 4.1", ">= 4.1.2"
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 550e074 commit fd2d75c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem "webrick", "~> 1.9", ">= 1.9.2"
88
# Jekyll Ruby 4.0 compatibility
99
gem "logger", "~> 1.7"
1010
gem "base64", "~> 0.3.0"
11-
gem "bigdecimal", "~> 4.1"
11+
gem "bigdecimal", "~> 4.1", ">= 4.1.2"
1212

1313
# Jekyll plugins
1414
gem "jekyll-sitemap", "~> 1.4"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ PLATFORMS
7373

7474
DEPENDENCIES
7575
base64 (~> 0.3.0)
76-
bigdecimal (~> 4.1)
76+
bigdecimal (~> 4.1, >= 4.1.2)
7777
jekyll (~> 3.10)
7878
jekyll-redirect-from (~> 0.16.0)
7979
jekyll-relative-links (~> 0.7.0)

0 commit comments

Comments
 (0)