From c70eed430b88b2edc10e02a03a93450fd8711431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:22:49 +0000 Subject: [PATCH] Update rspec-github requirement from ~> 2.4.0 to ~> 3.0.0 Updates the requirements on [rspec-github](https://github.com/drieam/rspec-github) to permit the latest version. - [Release notes](https://github.com/drieam/rspec-github/releases) - [Commits](https://github.com/drieam/rspec-github/compare/2.4.0...3.0.0) --- updated-dependencies: - dependency-name: rspec-github dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- anony.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anony.gemspec b/anony.gemspec index d3b34ed..672ab3f 100644 --- a/anony.gemspec +++ b/anony.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "database_cleaner-active_record", "~> 2.2" spec.add_development_dependency "gc_ruboconfig", "~> 5.0.0" spec.add_development_dependency "rspec", "~> 3.9" - spec.add_development_dependency "rspec-github", "~> 2.4.0" + spec.add_development_dependency "rspec-github", "~> 3.0.0" spec.add_development_dependency "yard", "~> 0.9.20" # For integration testing