Skip to content

Commit

Permalink
Use ds9 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganmacs committed Oct 18, 2018
1 parent 65cba87 commit 3b96c07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in grpc_kit.gemspec
gemspec

gem 'ds9', github: 'ganmacs/ds9'
3 changes: 1 addition & 2 deletions grpc_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

# TODO: create PR...
# spec.add_dependency 'ds9', '~> 1.1.1'
spec.add_dependency 'ds9', '~> 1.2.0'
spec.add_dependency 'google-protobuf', '~> 3.6.1'
spec.add_dependency 'googleapis-common-protos-types', '~> 1.0.2'

Expand Down

0 comments on commit 3b96c07

Please sign in to comment.