From 47c49f4d8063f8a22278b5d9545b88c6655e4f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:44:22 +0000 Subject: [PATCH] Update codeclimate-test-reporter requirement from 0.4.4 to 1.0.7 Updates the requirements on [codeclimate-test-reporter](https://github.com/codeclimate/ruby-test-reporter) to permit the latest version. - [Release notes](https://github.com/codeclimate/ruby-test-reporter/releases) - [Changelog](https://github.com/codeclimate/ruby-test-reporter/blob/master/CHANGELOG.md) - [Commits](https://github.com/codeclimate/ruby-test-reporter/compare/v0.4.4...v1.0.7) --- updated-dependencies: - dependency-name: codeclimate-test-reporter dependency-version: 1.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ffbd52c..4633db2 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec gem "activesupport", "~> 5.2.7" gem "bundler" -gem "codeclimate-test-reporter", "0.4.4" +gem "codeclimate-test-reporter", "1.0.7" gem "pry" gem "rake" gem "rspec", "~> 3.1"