From 76e4b75a3e8c7f86557f2a4f27d3406f90cb9eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 23:02:13 +0000 Subject: [PATCH] Update bigdecimal requirement from ~> 1.4 to ~> 3.1 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](https://github.com/ruby/bigdecimal/compare/v1.4.0...v3.1.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 03d1269..1e5b778 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'bigdecimal', '~> 1.4' # https://github.com/hanami/model/issues/570 +gem 'bigdecimal', '~> 3.1' # https://github.com/hanami/model/issues/570 gem 'hanami' gem 'hanami-model' gem 'twirp', require: false