Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump graphql-docs from 1.4.0 to 2.0.0 #136

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
45 changes: 25 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand Down