Skip to content

Commit

Permalink
Remove erronous? lock to x86_64-linux (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonsy committed Jan 26, 2022
1 parent 31f831f commit ff53ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
apollo-federation (1.1.5)
google-protobuf (~> 3.7)
google-protobuf (~> 3.13.0)
graphql (>= 1.9.8)

GEM
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.13.0-x86_64-linux)
google-protobuf (3.13.0)
graphql (1.10.10)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -124,4 +124,4 @@ DEPENDENCIES
ruby-debug-ide

BUNDLED WITH
2.1.4
2.3.4
2 changes: 1 addition & 1 deletion apollo-federation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

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

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

spec.add_development_dependency 'actionpack'
spec.add_development_dependency 'appraisal'
Expand Down

0 comments on commit ff53ea6

Please sign in to comment.