diff --git a/Gemfile b/Gemfile index 0ba3302..d98f835 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source "https://rubygems.org" -gem 'git', '~> 1.3' +gem 'git', '~> 1.11', '>= 1.11.0' gem 'sinatra', '~> 2.0', '>= 2.0.4' gem 'minitest', '~> 5.11', '>= 5.11.3' gem 'multi_json', '~> 1.13', '>= 1.13.1' diff --git a/Gemfile.lock b/Gemfile.lock index eff6f10..900712f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,8 @@ GEM remote: https://rubygems.org/ specs: - git (1.4.0) + git (1.11.0) + rchardet (~> 1.8) gitlab (4.4.0) httparty (>= 0.14.0) terminal-table (>= 1.5.1) @@ -18,6 +19,7 @@ GEM rack (2.2.3) rack-protection (2.0.8.1) rack + rchardet (1.8.0) ruby2_keywords (0.0.2) sinatra (2.0.8.1) mustermann (~> 1.0) @@ -33,7 +35,7 @@ PLATFORMS ruby DEPENDENCIES - git (~> 1.3) + git (~> 1.11, >= 1.11.0) gitlab (~> 4.4) mail (~> 2.7) minitest (~> 5.11, >= 5.11.3)