summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2019-09-11 00:42:46 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-09-11 00:42:46 +0000
commitce201834270cb9a0b045f159acec1b51279942c4 (patch)
treeda9d380fae4626db23f824401356a71903df1fd1 /Gemfile.lock
parentd20ce7de3e9174fba2b35673bcc23085136523b3 (diff)
downloadgitlab-ce-ce201834270cb9a0b045f159acec1b51279942c4.tar.gz
Fix CSP failure patching graphiql view
Backporting https://github.com/rmosolgo/graphiql-rails/pull/71
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 48053e5740e..301b54f9a9f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -398,7 +398,7 @@ GEM
rake (~> 12)
grape_logging (1.7.0)
grape
- graphiql-rails (1.4.10)
+ graphiql-rails (1.7.0)
railties
sprockets-rails
graphql (1.9.11)
@@ -1142,7 +1142,7 @@ DEPENDENCIES
grape-entity (~> 0.7.1)
grape-path-helpers (~> 1.1)
grape_logging (~> 1.7)
- graphiql-rails (~> 1.4.10)
+ graphiql-rails (~> 1.7.0)
graphql (~> 1.9.11)
graphql-docs (~> 1.6.0)
grpc (~> 1.19.0)