From 60d3d42e3fa473945fdbb5d0f02565e9df875ca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:55:13 +0000 Subject: [PATCH 1/2] Bump shopify-money from 1.2.1 to 1.3.0 Bumps [shopify-money](https://github.com/Shopify/money) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/Shopify/money/releases) - [Commits](https://github.com/Shopify/money/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: shopify-money dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab20b8246..b7f8c7981 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -335,7 +335,7 @@ GEM rubocop (>= 0.90.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - shopify-money (1.2.1) + shopify-money (1.3.0) sidekiq (7.1.2) concurrent-ruby (< 2) connection_pool (>= 2.3.0) From f0962976f6acf49e3950864710247a7867f6d976 Mon Sep 17 00:00:00 2001 From: Dirceu Pereira Tiegs Date: Mon, 28 Aug 2023 15:00:56 -0400 Subject: [PATCH 2/2] Update RBIs --- .../{shopify-money@1.2.1.rbi => shopify-money@1.3.0.rbi} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename sorbet/rbi/gems/{shopify-money@1.2.1.rbi => shopify-money@1.3.0.rbi} (99%) diff --git a/sorbet/rbi/gems/shopify-money@1.2.1.rbi b/sorbet/rbi/gems/shopify-money@1.3.0.rbi similarity index 99% rename from sorbet/rbi/gems/shopify-money@1.2.1.rbi rename to sorbet/rbi/gems/shopify-money@1.3.0.rbi index 1efca961e..6f92c6cc6 100644 --- a/sorbet/rbi/gems/shopify-money@1.2.1.rbi +++ b/sorbet/rbi/gems/shopify-money@1.3.0.rbi @@ -225,7 +225,7 @@ class Money # source://forwardable/1.3.3/forwardable.rb#231 def default_currency=(*args, **_arg1, &block); end - # source://shopify-money//lib/money/deprecations.rb#9 + # source://shopify-money//lib/money/deprecations.rb#12 def deprecate(message); end # source://shopify-money//lib/money/money.rb#23 @@ -884,7 +884,7 @@ module RuboCop::Cop::Money; end # source://shopify-money//lib/rubocop/cop/money/missing_currency.rb#6 class RuboCop::Cop::Money::MissingCurrency < ::RuboCop::Cop::Cop - # source://shopify-money//lib/rubocop/cop/money/missing_currency.rb#47 + # source://shopify-money//lib/rubocop/cop/money/missing_currency.rb#48 def autocorrect(node); end # source://shopify-money//lib/rubocop/cop/money/missing_currency.rb#22 @@ -904,7 +904,7 @@ class RuboCop::Cop::Money::MissingCurrency < ::RuboCop::Cop::Cop private - # source://shopify-money//lib/rubocop/cop/money/missing_currency.rb#73 + # source://shopify-money//lib/rubocop/cop/money/missing_currency.rb#74 def replacement_currency; end end