Skip to content

Commit

Permalink
Merge pull request #18 from GetJobber/remove-graphql-dependency
Browse files Browse the repository at this point in the history
Remove graphql dependency
  • Loading branch information
naarok authored Apr 9, 2024
2 parents ee06de7 + 0deb1e6 commit eb5fb32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@

1.4.6
Updated GQL library requirements.

1.4.7
Removed graphql dependency.
2 changes: 1 addition & 1 deletion lib/library_version_analysis/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LibraryVersionAnalysis
VERSION = "1.4.6".freeze
VERSION = "1.4.7".freeze
end
1 change: 0 additions & 1 deletion library_version_analysis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |spec|

spec.add_dependency 'google-api-client'
spec.add_dependency "googleauth"
spec.add_dependency "graphql", "~> 2.0.24"
spec.add_dependency "graphql-client", "~> 0.20"
spec.add_dependency "libyear-bundler"
spec.add_dependency "open3"
Expand Down

0 comments on commit eb5fb32

Please sign in to comment.