Skip to content
Snippets Groups Projects
Unverified Commit bae2e6e8 authored by Praveen Arimbrathodiyil's avatar Praveen Arimbrathodiyil Committed by Markus Koller
Browse files

Update minimum version of grape_logging in Gemfile to match Gemfile.lock

parent e7f73455
No related branches found
No related tags found
1 merge request!70714Update minimum version of grape_logging in Gemfile to match Gemfile.lock
This commit is part of merge request !88633. Comments created here will be created in the context of that merge request.
...@@ -503,7 +503,7 @@ gem 'gitlab-experiment', '~> 0.7.1' ...@@ -503,7 +503,7 @@ gem 'gitlab-experiment', '~> 0.7.1'
# Structured logging # Structured logging
gem 'lograge', '~> 0.5' gem 'lograge', '~> 0.5'
gem 'grape_logging', '~> 1.7' gem 'grape_logging', '~> 1.8'
# DNS Lookup # DNS Lookup
gem 'gitlab-net-dns', '~> 0.9.1' gem 'gitlab-net-dns', '~> 0.9.1'
......
...@@ -571,7 +571,7 @@ GEM ...@@ -571,7 +571,7 @@ GEM
grape (~> 1.3) grape (~> 1.3)
rake (> 12) rake (> 12)
ruby2_keywords (~> 0.0.2) ruby2_keywords (~> 0.0.2)
grape_logging (1.8.3) grape_logging (1.8.4)
grape grape
rack rack
graphiql-rails (1.8.0) graphiql-rails (1.8.0)
...@@ -1523,7 +1523,7 @@ DEPENDENCIES ...@@ -1523,7 +1523,7 @@ DEPENDENCIES
grape (~> 1.5.2) grape (~> 1.5.2)
grape-entity (~> 0.10.0) grape-entity (~> 0.10.0)
grape-path-helpers (~> 1.7.0) grape-path-helpers (~> 1.7.0)
grape_logging (~> 1.7) grape_logging (~> 1.8)
graphiql-rails (~> 1.8) graphiql-rails (~> 1.8)
graphlient (~> 0.5.0) graphlient (~> 0.5.0)
graphql (~> 1.11.10) graphql (~> 1.11.10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment