Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump git from 1.12.0 to 2.3.2 #163

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
36 changes: 31 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -60,24 +75,31 @@ 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.2)
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.1)
macaddr (1.7.2)
systemu (~> 2.6.5)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_portile2 (2.8.0)
minitest (5.25.1)
multi_test (1.1.0)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
Expand All @@ -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)
Expand Down Expand Up @@ -128,6 +151,7 @@ GEM
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
securerandom (0.3.2)
semver2 (3.4.2)
simplecov (0.21.2)
docile (~> 1.1)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down
Loading