Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locking rspec and grpc dependencies. Specs will need to be updated to… #113

Merged
merged 1 commit into from
May 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Locking rspec and grpc dependencies. Specs will need to be updated to…
… support newer versions
  • Loading branch information
davissp14 committed May 3, 2018
commit c91fc37b702a4a7ce30ba47c4601107030fa6fb9
4 changes: 2 additions & 2 deletions etcdv3.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")

s.add_dependency("grpc", "~> 1.6")
s.add_development_dependency("rspec")
s.add_dependency("grpc", "~> 1.6.0")
s.add_development_dependency("rspec", "~> 3.6.0")
end