Skip to content

Commit

Permalink
fix: specify dependency versions (#35)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires graphql ~> 1.9.8 and google-protobuf ~> 3.7
  • Loading branch information
prikha authored and rylanc committed Dec 9, 2019
1 parent b532f51 commit 0a29bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
apollo-federation (0.5.1)
google-protobuf
graphql
google-protobuf (~> 3.7)
graphql (~> 1.9.8)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions apollo-federation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files bin lib *.md LICENSE`.split("\n")

spec.add_dependency 'graphql'
spec.add_dependency 'graphql', '~> 1.9.8'

spec.add_runtime_dependency 'google-protobuf'
spec.add_runtime_dependency 'google-protobuf', '~> 3.7'

spec.add_development_dependency 'actionpack'
spec.add_development_dependency 'pry-byebug'
Expand Down

0 comments on commit 0a29bb3

Please sign in to comment.