Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
d7c06f68aff53a01f28bdf2fb62ac5af32b9b4e3
/
.
/
test
/
rb
/
Gemfile
blob: 2d0f8f1856c277a786e1c7969f682f692854cb06 [
file
] [
log
] [
blame
]
source
"https://rubygems.org"
# Make sure all dependencies are in sync with the main library.
gem
'thrift'
,
path
:
'../../lib/rb'
gem
'rack'
,
'~> 2.2'
gem
'thin'
,
'~> 1.7'
,
'>= 1.7.2'
gem
'test-unit'
,
'~> 3.2'
,
'>= 3.2.7'