From 1ff39d0cb6e55da0dc4aa49e5763122654630c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:54:20 +0000 Subject: [PATCH] Bump git from 1.12.0 to 2.3.3 Bumps [git](https://github.com/ruby-git/ruby-git) from 1.12.0 to 2.3.3. - [Release notes](https://github.com/ruby-git/ruby-git/releases) - [Changelog](https://github.com/ruby-git/ruby-git/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-git/ruby-git/compare/v1.12.0...v2.3.3) --- updated-dependencies: - dependency-name: git dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++++++++++++++++++----- 2 files changed, 32 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index f70f8c1..07bcd3f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "allure-ruby-commons", path: "allure-ruby-commons" group :development do gem "colorize", "~> 0.8.1" - gem "git", "~> 1.12" + gem "git", "~> 2.3" gem "pry", "~> 0.14.1" gem "rake", "~> 13.0.6" gem "semver2", "~> 3.4" diff --git a/Gemfile.lock b/Gemfile.lock index dd9dfa7..11cfeb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,16 +24,31 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + activesupport (7.2.1.2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ansi (1.5.0) ast (2.4.2) backport (1.2.0) + base64 (0.2.0) benchmark (0.2.0) + bigdecimal (3.1.8) builder (3.2.4) climate_control (1.2.0) coderay (1.1.3) colorize (0.8.1) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) cucumber (8.0.0) builder (~> 3.2, >= 3.2.4) cucumber-ci-environment (~> 9.0, >= 9.0.4) @@ -60,17 +75,23 @@ GEM cucumber-tag-expressions (4.1.0) diff-lcs (1.5.0) docile (1.3.5) + drb (2.2.1) e2mmap (0.1.0) ffi (1.15.5) - git (1.12.0) + git (2.3.3) + activesupport (>= 5.0) addressable (~> 2.8) + process_executer (~> 1.1) rchardet (~> 1.8) + i18n (1.14.6) + concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.6.2) kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) + logger (1.6.2) macaddr (1.7.2) systemu (~> 2.6.5) method_source (1.0.0) @@ -78,6 +99,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_portile2 (2.8.0) + minitest (5.25.4) multi_test (1.1.0) nokogiri (1.13.8) mini_portile2 (~> 2.8.0) @@ -86,10 +108,11 @@ GEM parallel (1.22.1) parser (3.1.2.1) ast (~> 2.4.1) + process_executer (1.2.0) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.7) + public_suffix (6.0.1) racc (1.6.0) rainbow (3.1.1) rake (13.0.6) @@ -128,6 +151,7 @@ GEM rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) ruby-progressbar (1.11.0) + securerandom (0.4.0) semver2 (3.4.2) simplecov (0.21.2) docile (~> 1.1) @@ -161,6 +185,8 @@ GEM unicode-display_width (>= 1.1.1, < 3) thor (1.2.1) tilt (2.0.11) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (2.2.0) uuid (2.3.9) macaddr (~> 1.0) @@ -177,7 +203,7 @@ DEPENDENCIES allure-ruby-commons! climate_control (~> 1.2.0) colorize (~> 0.8.1) - git (~> 1.12) + git (~> 2.3) pry (~> 0.14.1) rake (~> 13.0.6) rspec (~> 3.11.0)