Skip to content

Commit

Permalink
chore: specify dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prikha committed Oct 22, 2019
1 parent df1761d commit 19f5b99
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.4.2)
google-protobuf
graphql
google-protobuf (~> 3.9.2)
graphql (~> 1.9.13)

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.12'

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

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

0 comments on commit 19f5b99

Please sign in to comment.