From 59bad6a697f626ed2134b0d89d635ca267cccac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:38:29 +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 0ebf8d5cf..0f4768f10 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem "business", "~> 1.0.0" +gem "business", "~> 2.2.1" gem "uk_phone_numbers", "~> 0.1.0" gem "test-dep", git: "https://github.com/feelepxyz/test-dep", tag: "v1.0.0" diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 82c6e9c77..df14b54b5 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -8,14 +8,14 @@ GIT 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) test-dep! uk_phone_numbers (~> 0.1.0)