mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
272470790a
Client: rb
8 lines
154 B
Ruby
8 lines
154 B
Ruby
source "http://rubygems.org"
|
|
|
|
require "rubygems"
|
|
|
|
gem 'rack', '~> 2.0', '>= 2.0.4'
|
|
gem 'thin', '~> 1.7', '>= 1.7.2'
|
|
gem 'test-unit', '~> 3.2', '>= 3.2.7'
|