From 4cb322fd635461655b1507986c055cf2146ad2d6 Mon Sep 17 00:00:00 2001 From: dependabot Date: Fri, 9 Jul 2021 13:16:40 +0000 Subject: [PATCH] Update climate_control requirement from ~> 0.2 to ~> 1.0 Updates the requirements on [climate_control](https://github.com/thoughtbot/climate_control) to permit the latest version. - [Release notes](https://github.com/thoughtbot/climate_control/releases) - [Changelog](https://github.com/thoughtbot/climate_control/blob/main/NEWS) - [Commits](https://github.com/thoughtbot/climate_control/commits/v1.0.1) --- gitlab-qa.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab-qa.gemspec b/gitlab-qa.gemspec index 56332024..f9d5668e 100644 --- a/gitlab-qa.gemspec +++ b/gitlab-qa.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.require_paths = ['lib'] # Some dependencies are pinned, to prevent new cops from breaking the CI pipelines - spec.add_development_dependency 'climate_control', '~> 0.2' + spec.add_development_dependency 'climate_control', '~> 1.0' spec.add_development_dependency 'gitlab-styles', '~> 4.3.0' spec.add_development_dependency 'pry', '~> 0.11' spec.add_development_dependency 'rake', '~> 12.2' -- GitLab