diff --git a/Gemfile b/Gemfile index 799e8feb2c2a20a0db904737ce18d3c7cbfc073c..03cdb9816b208eec537379ca1cb5517d4d5459f9 100644 --- a/Gemfile +++ b/Gemfile @@ -577,7 +577,7 @@ gem 'gitlab-experiment', '~> 0.9.1', feature_category: :shared # Structured logging gem 'lograge', '~> 0.5' # rubocop:todo Gemfile/MissingFeatureCategory -gem 'grape_logging', '~> 1.8', feature_category: :api +gem 'grape_logging', '~> 1.8', '>= 1.8.4', feature_category: :api # DNS Lookup gem 'gitlab-net-dns', '~> 0.9.2' # rubocop:todo Gemfile/MissingFeatureCategory diff --git a/Gemfile.lock b/Gemfile.lock index bf5258f450dc1251471e50f084a4b221f81c96c8..f69464271de8fc75e89dd8433e0939518bd7b37e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1958,7 +1958,7 @@ DEPENDENCIES grape-path-helpers (~> 2.0.0) grape-swagger (~> 2.0.1) grape-swagger-entity (~> 0.5.1) - grape_logging (~> 1.8) + grape_logging (~> 1.8, >= 1.8.4) graphiql-rails (~> 1.8.0) graphlient (~> 0.6.0) graphlyte (~> 1.0.0)