Skip to content

Commit

Permalink
Merge pull request #22 from nulogy/PM-12948-change-nulogy-graphql-gem…
Browse files Browse the repository at this point in the history
…-to-permit-graphql-upgrades-without-forcing-new-project-version-release

PM-12948: Pin major version of graphql gem
  • Loading branch information
github-actions[bot] authored Jan 15, 2024
2 parents 214e04c + ed5c53c commit ee79b02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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.2.0 (2024-01-15)

**Changes**
* Pin graphql to major version 2. Permit minor version upgrades of graphql
without forcing the project to release a new version.

## 2.1.3 (2023-12-06)

**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.3"
VERSION = "2.2.0"
end
2 changes: 1 addition & 1 deletion nulogy_graphql_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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.1"
spec.add_dependency "graphql", "~> 2"
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 ee79b02

Please sign in to comment.