aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/generic/client_stub_spec.rb
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-04-17 19:40:01 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-04-17 19:40:01 -0700
commit154db73ff9b8bccbe0d204910a470578d20d72c3 (patch)
treebee7a3622fc611738dd524841ab08b64c1ba5697 /src/ruby/spec/generic/client_stub_spec.rb
parent9bffc908a8c0002c66438b5fd831f4ceb9fa663f (diff)
Remove usage of xray
- xray was useful during dev testing but is neither a dev or runtime dep - its presence causes issues for libraries that handle signals themselves Also - updates grpc.gemspec with requirements
Diffstat (limited to 'src/ruby/spec/generic/client_stub_spec.rb')
-rw-r--r--src/ruby/spec/generic/client_stub_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ruby/spec/generic/client_stub_spec.rb b/src/ruby/spec/generic/client_stub_spec.rb
index 193c5f2a03..88c6b44c22 100644
--- a/src/ruby/spec/generic/client_stub_spec.rb
+++ b/src/ruby/spec/generic/client_stub_spec.rb
@@ -28,7 +28,6 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
require 'grpc'
-require 'xray/thread_dump_signal_handler'
# Notifier is useful high-level synchronization primitive.
class Notifier