diff --git a/Gemfile b/Gemfile index 863bd9d..4319634 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.7.1' gem 'sass', '~> 3.5.6' diff --git a/Gemfile.lock b/Gemfile.lock index dc51af9..10c207a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.0) + activesupport (5.2.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -26,31 +26,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) + concurrent-ruby (1.1.4) + escape_utils (1.2.1) + extended-markdown-filter (0.7.0) + html-pipeline (~> 2.9) + ffi (1.10.0) gemoji (3.0.0) - graphql (1.7.14) - graphql-docs (1.4.0) + graphql (1.8.14) + graphql-docs (1.7.1) + commonmarker (~> 0.16) + escape_utils (~> 1.2) extended-markdown-filter (~> 0.4) gemoji (~> 3.0) - graphql (~> 1.6) - html-pipeline (~> 2.2) + graphql (~> 1.8) + html-pipeline (~> 2.9) sass (~> 3.4) - html-pipeline (2.8.0) + html-pipeline (2.10.0) activesupport (>= 2) nokogiri (>= 1.4) - i18n (1.0.1) + i18n (1.5.3) concurrent-ruby (~> 1.0) method_source (0.9.0) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) 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.1) + mini_portile2 (~> 2.4.0) parallel (1.12.1) parser (2.5.1.0) ast (~> 2.4.0) @@ -61,8 +64,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.0) + ffi (~> 1.0) rubocop (0.56.0) parallel (~> 1.10) parser (>= 2.5) @@ -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.7.1) pry (~> 0.11.3) rubocop (~> 0.56.0) sass (~> 3.5.6)