From b35a414a0db1d1f943ce12ee0cda9f393ff69347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:32:46 +0000 Subject: [PATCH] Update gc_ruboconfig requirement from ~> 4.4.2 to ~> 5.0.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/compare/v4.4.2...v5.0.0) --- updated-dependencies: - dependency-name: gc_ruboconfig dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- bucket_store.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket_store.gemspec b/bucket_store.gemspec index 4522550..2025ce0 100644 --- a/bucket_store.gemspec +++ b/bucket_store.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_dependency "aws-sdk-s3", ">= 1.147" s.add_dependency "google-cloud-storage", ">= 1.50" - s.add_development_dependency "gc_ruboconfig", "~> 4.4.2" + s.add_development_dependency "gc_ruboconfig", "~> 5.0.0" s.add_development_dependency "pry-byebug", "~> 3.10" s.add_development_dependency "rspec", "~> 3.13" s.add_development_dependency "rspec-github", "~> 2.4.0"