From 99f5541c4f9e527fca91f7f24be7cf5476480999 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 10:13:59 +0000 Subject: [PATCH] Update gc_ruboconfig requirement from ~> 2.23.0 to ~> 2.24.0 Updates the requirements on [gc_ruboconfig](https://github.com/gocardless/ruboconfig) to permit the latest version. - [Release notes](https://github.com/gocardless/ruboconfig/releases) - [Changelog](https://github.com/gocardless/gc_ruboconfig/blob/master/CHANGELOG.md) - [Commits](https://github.com/gocardless/ruboconfig/commits) Signed-off-by: dependabot-preview[bot] --- business.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business.gemspec b/business.gemspec index 4163bab..e2a7e7f 100644 --- a/business.gemspec +++ b/business.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_development_dependency "gc_ruboconfig", "~> 2.23.0" + spec.add_development_dependency "gc_ruboconfig", "~> 2.24.0" spec.add_development_dependency "rspec", "~> 3.1" spec.add_development_dependency "rspec_junit_formatter", "~> 0.4.1" spec.add_development_dependency "rubocop", "~> 1.9.1"