From 6434955cf9dec87bb91e51da779b9a5e8ad31378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 06:45:29 +0000 Subject: [PATCH] Update bigdecimal requirement from ~> 1.4 to ~> 3.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](https://github.com/ruby/bigdecimal/compare/v1.4.0...v3.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 03d1269..2120539 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.0' # https://github.com/hanami/model/issues/570 gem 'hanami' gem 'hanami-model' gem 'twirp', require: false