Skip to content

Commit 38d0ef7

Browse files
build(deps-dev): update bigdecimal requirement from ~> 3.2, >= 3.2.0 to >= 3.2.0, ~> 4.0
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.2.0...v4.0.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 4.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a4fa9d commit 38d0ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby-statistics.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
3434
spec.add_development_dependency "rspec", '~> 3.13', '>= 3.10.0'
3535
spec.add_development_dependency 'byebug', '>= 11.1.0', '~> 12.0'
3636
spec.add_development_dependency 'pry', '~> 0.14', '>= 0.14.0'
37-
spec.add_development_dependency 'bigdecimal', '~> 3.2', '>= 3.2.0'
37+
spec.add_development_dependency 'bigdecimal', '>= 3.2.0', '~> 4.0'
3838
end

0 commit comments

Comments
 (0)