diff --git a/Gemfile b/Gemfile index f70f8c1..55ba617 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.0" gem "pry", "~> 0.14.1" gem "rake", "~> 13.0.6" gem "semver2", "~> 3.4" diff --git a/Gemfile.lock b/Gemfile.lock index dd9dfa7..321e308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,16 +24,30 @@ PATH GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + activesupport (7.1.3.3) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + mutex_m + tzinfo (~> 2.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.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.2.3) + connection_pool (2.4.1) cucumber (8.0.0) builder (~> 3.2, >= 3.2.4) cucumber-ci-environment (~> 9.0, >= 9.0.4) @@ -60,11 +74,16 @@ 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.0.1) + activesupport (>= 5.0) addressable (~> 2.8) + process_executer (~> 1.1) rchardet (~> 1.8) + i18n (1.14.5) + concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) json (2.6.2) kramdown (2.4.0) @@ -78,7 +97,9 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_portile2 (2.8.0) + minitest (5.23.0) multi_test (1.1.0) + mutex_m (0.2.0) nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -86,10 +107,11 @@ GEM parallel (1.22.1) parser (3.1.2.1) ast (~> 2.4.1) + process_executer (1.1.0) pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.7) + public_suffix (5.0.5) racc (1.6.0) rainbow (3.1.1) rake (13.0.6) @@ -161,6 +183,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 +201,7 @@ DEPENDENCIES allure-ruby-commons! climate_control (~> 1.2.0) colorize (~> 0.8.1) - git (~> 1.12) + git (~> 2.0) pry (~> 0.14.1) rake (~> 13.0.6) rspec (~> 3.11.0)