Skip to content

Commit

Permalink
PM-12759: Update graphql and graphql-schema_comparator
Browse files Browse the repository at this point in the history
  • Loading branch information
ashik-v committed Nov 24, 2023
1 parent 221c282 commit e19d802
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

_none_

## 2.1.2 (2022-11-24)

**Changes**
* Support graphql 2.1.x
* Support graphql-schema_comparator 1.2.x

## 2.1.1 (2022-09-21)

**Changes**
Expand Down
2 changes: 1 addition & 1 deletion lib/nulogy_graphql_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NulogyGraphqlApi
VERSION = "2.1.1"
VERSION = "2.1.2"
end
4 changes: 2 additions & 2 deletions nulogy_graphql_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "graphql", "~> 2.0"
spec.add_dependency "graphql-schema_comparator", "~> 1.0"
spec.add_dependency "graphql", "~> 2.1"
spec.add_dependency "graphql-schema_comparator", "~> 1.2"
spec.add_dependency "rails", ">= 6.0", "< 8.0"
spec.add_dependency "rainbow", "~> 3.0"

Expand Down

0 comments on commit e19d802

Please sign in to comment.