diff --git a/Gemfile b/Gemfile index 623bf5f..5616057 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'elasticsearch-rails', '~> 0.1.9' gem 'maremma', '>= 4.1' gem 'bootsnap', '>= 1.1.0', require: false gem 'rack-cors', '~> 1.0', :require => 'rack/cors' -gem 'git', '~> 1.5' +gem 'git', '~> 1.13' gem 'graphql', '~> 1.9', '>= 1.9.4' gem 'graphql-errors', '~> 0.3.0' gem 'graphql-batch', '~> 0.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 92c8260..8b394da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,8 +72,8 @@ GEM minitest (>= 5.1) tzinfo (~> 2.0) zeitwerk (~> 2.3) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ansi (1.5.0) apollo-federation (1.1.5) google-protobuf (~> 3.7) @@ -155,7 +155,7 @@ GEM fast_jsonapi (1.5) activesupport (>= 4.2) ffi (1.15.5) - git (1.12.0) + git (1.13.0) addressable (~> 2.8) rchardet (~> 1.8) globalid (1.0.0) @@ -230,7 +230,7 @@ GEM parser (3.1.2.1) ast (~> 2.4.1) promise.rb (0.7.4) - public_suffix (4.0.7) + public_suffix (5.0.1) racc (1.6.0) rack (2.2.4) rack-cors (1.1.1) @@ -370,7 +370,7 @@ DEPENDENCIES elasticsearch-persistence (~> 0.1.9) elasticsearch-rails (~> 0.1.9) fast_jsonapi (~> 1.3) - git (~> 1.5) + git (~> 1.13) google-protobuf (~> 3.0) graphql (~> 1.9, >= 1.9.4) graphql-batch (~> 0.4.0)