From eae15d31bba4a94fae0f22c320e51806cb6ce857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 07:12:53 +0000 Subject: [PATCH] Bump business from 1.0.0 to 2.2.1 in /ruby Bumps [business](https://github.com/gocardless/business) from 1.0.0 to 2.2.1. - [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.1) 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..d07d4b2ae 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "business", "~> 1.0.0" +gem "business", "~> 2.2.1" gem "uk_phone_numbers", "~> 0.1.0" diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index b82919ce3..9548c1e39 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.1) uk_phone_numbers (0.1.0) PLATFORMS ruby DEPENDENCIES - business (~> 1.0.0) + business (~> 2.2.1) uk_phone_numbers (~> 0.1.0) BUNDLED WITH