From b0e7ad68c9331ecdcaa2c869c6056e60b37defb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 6 Jul 2018 05:21:30 +0000 Subject: [PATCH] Bump graphql-docs from 1.4.0 to 1.6.0 Bumps [graphql-docs](https://github.com/gjtorikian/graphql-docs) from 1.4.0 to 1.6.0. - [Release notes](https://github.com/gjtorikian/graphql-docs/releases) - [Commits](https://github.com/gjtorikian/graphql-docs/compare/v1.4.0...v1.6.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 863bd9d..67b6880 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,5 @@ gem 'capistrano-rails', '~> 1.3.1' gem 'capistrano-rbenv', '~> 2.1.3' gem 'commonmarker', '~> 0.17.9' -gem 'graphql-docs', '~> 1.4.0' +gem 'graphql-docs', '~> 1.6.0' gem 'sass', '~> 3.5.6' diff --git a/Gemfile.lock b/Gemfile.lock index dc51af9..f6120fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,18 +27,21 @@ GEM commonmarker (0.17.9) ruby-enum (~> 0.5) concurrent-ruby (1.0.5) + escape_utils (1.2.1) extended-markdown-filter (0.6.0) html-pipeline (~> 2.0) - ffi (1.9.23) + ffi (1.9.25) gemoji (3.0.0) - graphql (1.7.14) - graphql-docs (1.4.0) + graphql (1.8.4) + graphql-docs (1.6.0) + commonmarker (~> 0.16) + escape_utils (~> 1.2) extended-markdown-filter (~> 0.4) gemoji (~> 3.0) graphql (~> 1.6) - html-pipeline (~> 2.2) + html-pipeline (~> 2.8) sass (~> 3.4) - html-pipeline (2.8.0) + html-pipeline (2.8.3) activesupport (>= 2) nokogiri (>= 1.4) i18n (1.0.1) @@ -49,7 +52,7 @@ GEM net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (4.2.0) - nokogiri (1.8.2) + nokogiri (1.8.4) mini_portile2 (~> 2.3.0) parallel (1.12.1) parser (2.5.1.0) @@ -94,7 +97,7 @@ DEPENDENCIES capistrano-rails (~> 1.3.1) capistrano-rbenv (~> 2.1.3) commonmarker (~> 0.17.9) - graphql-docs (~> 1.4.0) + graphql-docs (~> 1.6.0) pry (~> 0.11.3) rubocop (~> 0.56.0) sass (~> 3.5.6)