From 5905789e8989d27b77da7da59125b3299c4efe18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:15:33 +0000 Subject: [PATCH] Bump business from 1.0.0 to 2.2.0 in /ruby Bumps [business](https://github.com/gocardless/business) from 1.0.0 to 2.2.0. - [Release notes](https://github.com/gocardless/business/releases) - [Changelog](https://github.com/gocardless/business/blob/master/CHANGELOG.md) - [Commits](https://github.com/gocardless/business/compare/v1.0.0...v2.2.0) Signed-off-by: dependabot[bot] --- ruby/Gemfile | 2 +- ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index d6f001898..a0478a8ee 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "business", "~> 1.0.0" +gem "business", "~> 2.2.0" gem "uk_phone_numbers", "~> 0.1.0" diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index b82919ce3..83b47d279 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,14 +1,14 @@ GEM remote: https://rubygems.org/ specs: - business (1.0.0) + business (2.2.0) uk_phone_numbers (0.1.0) PLATFORMS ruby DEPENDENCIES - business (~> 1.0.0) + business (~> 2.2.0) uk_phone_numbers (~> 0.1.0) BUNDLED WITH