Skip to content

Commit

Permalink
update graphql libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Oct 24, 2023
1 parent 71a0201 commit 0611357
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions bulletin_board/ruby-client/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ source "https://rubygems.org"
# Specify your gem's dependencies in decidim-bulletin_board.gemspec
gemspec

# Graphql version 2.1 breaks graphql-client compatibility See https://github.com/github/graphql-client/pull/310
gem "graphql", "~> 2.0.0"

gem "rubocop", "~> 1.28.0"
gem "rubocop-faker", "~> 1.1.0"
gem "rubocop-rspec", "~> 2.10"
7 changes: 4 additions & 3 deletions bulletin_board/ruby-client/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
decidim-bulletin_board (0.24.4)
byebug (~> 11.0)
graphlient (~> 0.5.0)
graphlient (~> 0.6.0)
jwt (~> 2.5.0)
rails (>= 5.0.0, < 7.1)
wisper (~> 2.0.0)
Expand Down Expand Up @@ -117,11 +117,11 @@ GEM
faraday (~> 1.0)
globalid (1.2.1)
activesupport (>= 6.1)
graphlient (0.5.0)
graphlient (0.6.0)
faraday (>= 1.0)
faraday_middleware
graphql-client
graphql (2.1.1)
graphql (2.0.27)
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql
Expand Down Expand Up @@ -254,6 +254,7 @@ PLATFORMS

DEPENDENCIES
decidim-bulletin_board!
graphql (~> 2.0.0)
rake (~> 13.0)
rspec (~> 3.7)
rubocop (~> 1.28.0)
Expand Down
2 changes: 1 addition & 1 deletion bulletin_board/ruby-client/decidim-bulletin_board.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency "rails", ">= 5.0.0", "< 7.1"

s.add_dependency "byebug", "~> 11.0"
s.add_dependency "graphlient", "~> 0.5.0"
s.add_dependency "graphlient", "~> 0.6.0"
s.add_dependency "jwt", "~> 2.5.0"
s.add_dependency "wisper", "~> 2.0.0"

Expand Down

0 comments on commit 0611357

Please sign in to comment.