From 73f826c0097b3d6b56ab9bc72d567fda8e98c229 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 05:12:19 +0000 Subject: [PATCH] Bump graphql-docs from 1.4.0 to 2.0.0 Bumps [graphql-docs](https://github.com/gjtorikian/graphql-docs) from 1.4.0 to 2.0.0. - [Release notes](https://github.com/gjtorikian/graphql-docs/releases) - [Commits](https://github.com/gjtorikian/graphql-docs/compare/v1.4.0...v2.0.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 45 +++++++++++++++++++++++++-------------------- 2 files changed, 26 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 863bd9d..ee16d58 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', '~> 2.0.0' gem 'sass', '~> 3.5.6' diff --git a/Gemfile.lock b/Gemfile.lock index dc51af9..6326b92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.0) + activesupport (6.0.2.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2) airbrussh (1.3.0) sshkit (>= 1.6.1, != 1.7.0) ast (2.4.0) @@ -26,31 +27,34 @@ GEM coderay (1.1.2) commonmarker (0.17.9) ruby-enum (~> 0.5) - concurrent-ruby (1.0.5) - extended-markdown-filter (0.6.0) - html-pipeline (~> 2.0) - ffi (1.9.23) - gemoji (3.0.0) - graphql (1.7.14) - graphql-docs (1.4.0) + concurrent-ruby (1.1.6) + escape_utils (1.2.1) + extended-markdown-filter (0.7.0) + html-pipeline (~> 2.9) + ffi (1.12.2) + gemoji (3.0.1) + graphql (1.10.3) + graphql-docs (2.0.0) + commonmarker (~> 0.16) + escape_utils (~> 1.2) extended-markdown-filter (~> 0.4) gemoji (~> 3.0) - graphql (~> 1.6) - html-pipeline (~> 2.2) + graphql (~> 1.10) + html-pipeline (~> 2.9) sass (~> 3.4) - html-pipeline (2.8.0) + html-pipeline (2.12.3) activesupport (>= 2) nokogiri (>= 1.4) - i18n (1.0.1) + i18n (1.8.2) concurrent-ruby (~> 1.0) method_source (0.9.0) - mini_portile2 (2.3.0) - minitest (5.11.3) + mini_portile2 (2.4.0) + minitest (5.14.0) net-scp (1.2.1) net-ssh (>= 2.6.5) net-ssh (4.2.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.8) + mini_portile2 (~> 2.4.0) parallel (1.12.1) parser (2.5.1.0) ast (~> 2.4.0) @@ -61,8 +65,8 @@ GEM rainbow (3.0.0) rake (12.3.1) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.1) + ffi (~> 1.0) rubocop (0.56.0) parallel (~> 1.10) parser (>= 2.5) @@ -82,9 +86,10 @@ GEM net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) unicode-display_width (1.3.2) + zeitwerk (2.2.2) PLATFORMS ruby @@ -94,7 +99,7 @@ DEPENDENCIES capistrano-rails (~> 1.3.1) capistrano-rbenv (~> 2.1.3) commonmarker (~> 0.17.9) - graphql-docs (~> 1.4.0) + graphql-docs (~> 2.0.0) pry (~> 0.11.3) rubocop (~> 0.56.0) sass (~> 3.5.6)