From 062de1b0d327e72993489118f5949d2e1e4d3848 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Fri, 4 Mar 2011 13:10:58 +0000 Subject: [PATCH] THRIFT-987 ruby does not build on Debian based distro's git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1077930 13f79535-47bb-0310-9956-ffa450edef68 --- lib/rb/spec/spec_helper.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/rb/spec/spec_helper.rb b/lib/rb/spec/spec_helper.rb index eb5d29cb..c04141a1 100644 --- a/lib/rb/spec/spec_helper.rb +++ b/lib/rb/spec/spec_helper.rb @@ -18,8 +18,6 @@ # require 'rubygems' -# require at least 1.1.4 to fix a bug with describing Modules -gem 'rspec', '>= 1.1.4' require 'spec' $:.unshift File.join(File.dirname(__FILE__), *%w[.. ext]) @@ -57,4 +55,4 @@ module Fixtures COMPACT_PROTOCOL_TEST_STRUCT.a_binary = [0,1,2,3,4,5,6,7,8].pack('c*') COMPACT_PROTOCOL_TEST_STRUCT.set_byte_map = nil COMPACT_PROTOCOL_TEST_STRUCT.map_byte_map = nil -end \ No newline at end of file +end -- 2.17.1