Skip to content

Commit 16e85b2

Browse files
Update bigdecimal requirement from ~> 3.1 to ~> 4.0 (#444)
Updates the requirements on [bigdecimal](https://github.com/ruby/bigdecimal) to permit the latest version. - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](ruby/bigdecimal@v3.1.0...v4.0.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c144b74 commit 16e85b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gemspec
66

77
gem "base64", "~> 0.3.0"
8-
gem "bigdecimal", "~> 3.1"
8+
gem "bigdecimal", "~> 4.0"
99
gem "coveralls", "~> 0.8", require: false
1010
gem "csv", "~> 3.2"
1111
gem "rubocop", "~> 1.75", require: false

0 commit comments

Comments
 (0)