Skip to content

Commit

Permalink
Bump graphql-docs from v4.0 to v5.0 (decidim#13710)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena authored Dec 2, 2024
1 parent a69c027 commit 54e0a5f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PATH
decidim-api (0.30.0.dev)
decidim-core (= 0.30.0.dev)
graphql (~> 2.2.6)
graphql-docs (~> 4.0)
graphql-docs (~> 5.0)
rack-cors (~> 1.0)
decidim-assemblies (0.30.0.dev)
decidim-core (= 0.30.0.dev)
Expand Down Expand Up @@ -317,7 +317,7 @@ GEM
fast-stemmer (~> 1.0)
matrix (~> 0.4)
cmdparse (3.0.7)
commonmarker (0.23.10)
commonmarker (0.23.11)
concurrent-ruby (1.3.4)
crack (1.0.0)
bigdecimal
Expand All @@ -326,7 +326,6 @@ GEM
css_parser (1.16.0)
addressable
csv (3.3.0)
dartsass (1.49.8)
date (3.3.4)
date_validator (0.12.0)
activemodel (>= 3)
Expand Down Expand Up @@ -401,15 +400,19 @@ GEM
geom2d (0.4.1)
globalid (1.2.1)
activesupport (>= 6.1)
graphql (2.2.9)
graphql-docs (4.0.0)
google-protobuf (4.29.0-x86_64-linux)
bigdecimal
rake (>= 13)
graphql (2.2.16)
base64
graphql-docs (5.0.0)
commonmarker (~> 0.23, >= 0.23.6)
dartsass (~> 1.49)
escape_utils (~> 1.2)
extended-markdown-filter (~> 0.4)
gemoji (~> 3.0)
graphql (~> 2.0)
html-pipeline (~> 2.14, >= 2.14.3)
sass-embedded (~> 1.58)
hashdiff (1.1.0)
hashie (5.0.0)
hexapdf (1.0.2)
Expand Down Expand Up @@ -490,7 +493,7 @@ GEM
mime-types-data (3.2024.0206)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.2)
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -714,6 +717,8 @@ GEM
nokogiri (>= 1.10.8)
rubyzip (>= 1.3.0)
rubyzip (2.3.2)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
selenium-webdriver (4.17.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
Expand Down
2 changes: 1 addition & 1 deletion decidim-api/decidim-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|

s.add_dependency "decidim-core", Decidim::Api.version
s.add_dependency "graphql", "~> 2.2.6"
s.add_dependency "graphql-docs", "~> 4.0"
s.add_dependency "graphql-docs", "~> 5.0"
s.add_dependency "rack-cors", "~> 1.0"

s.add_development_dependency "decidim-comments", Decidim::Api.version
Expand Down
12 changes: 8 additions & 4 deletions decidim-generators/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PATH
decidim-api (0.30.0.dev)
decidim-core (= 0.30.0.dev)
graphql (~> 2.2.6)
graphql-docs (~> 4.0)
graphql-docs (~> 5.0)
rack-cors (~> 1.0)
decidim-assemblies (0.30.0.dev)
decidim-core (= 0.30.0.dev)
Expand Down Expand Up @@ -326,7 +326,6 @@ GEM
css_parser (1.16.0)
addressable
csv (3.3.0)
dartsass (1.49.8)
date_validator (0.12.0)
activemodel (>= 3)
activesupport (>= 3)
Expand Down Expand Up @@ -401,15 +400,18 @@ GEM
geom2d (0.4.1)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (4.29.0-x86_64-linux)
bigdecimal
rake (>= 13)
graphql (2.2.9)
graphql-docs (4.0.0)
graphql-docs (5.0.0)
commonmarker (~> 0.23, >= 0.23.6)
dartsass (~> 1.49)
escape_utils (~> 1.2)
extended-markdown-filter (~> 0.4)
gemoji (~> 3.0)
graphql (~> 2.0)
html-pipeline (~> 2.14, >= 2.14.3)
sass-embedded (~> 1.58)
hashdiff (1.1.0)
hashie (5.0.0)
hexapdf (1.0.2)
Expand Down Expand Up @@ -715,6 +717,8 @@ GEM
nokogiri (>= 1.10.8)
rubyzip (>= 1.3.0)
rubyzip (2.3.2)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
selenium-webdriver (4.17.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
Expand Down

0 comments on commit 54e0a5f

Please sign in to comment.