thrift/test/rb/Gemfile
jfarrell b5948eb378 Thrift-2137:Ruby test lib fails jenkins build #864
Client: ruby test
Patch: jfarrell

Updates test suite to include needed dependencies and run via bundler.
2013-08-18 16:36:06 -04:00

7 lines
96 B
Ruby

source "http://rubygems.org"
require "rubygems"
gem "rack", "~> 1.5.2"
gem "thin", "~> 1.5.0"