Skip to content

Commit d452646

Browse files
build(deps): bump bigdecimal from 3.1.9 to 3.3.1 (#84)
Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.1.9 to 3.3.1. - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.1.9...v3.3.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f4ee04 commit d452646

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
# These were previously included in Ruby, but will be removed as of Ruby 3.4
44
gem 'base64', '~> 0.2.0'
5-
gem 'bigdecimal', '~> 3.1.9'
5+
gem 'bigdecimal', '~> 3.3.1'
66

77
gem 'jekyll-multiple-languages-plugin',
88
github: 'perlun/jekyll-multiple-languages-plugin',

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
addressable (2.8.7)
1919
public_suffix (>= 2.0.2, < 7.0)
2020
base64 (0.2.0)
21-
bigdecimal (3.1.9)
21+
bigdecimal (3.3.1)
2222
colorator (1.1.0)
2323
concurrent-ruby (1.3.3)
2424
csv (3.3.0)
@@ -101,7 +101,7 @@ PLATFORMS
101101

102102
DEPENDENCIES
103103
base64 (~> 0.2.0)
104-
bigdecimal (~> 3.1.9)
104+
bigdecimal (~> 3.3.1)
105105
ffi (< 1.17.0)
106106
jekyll (~> 3.10)
107107
jekyll-multiple-languages-plugin!

0 commit comments

Comments
 (0)