1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Point to my branch of thrift_client until 0.6.1 is released

This commit is contained in:
Erik Michaels-Ober 2011-04-27 16:27:15 -07:00
parent 946721760e
commit 1e95f6bf0e

View file

@ -6,3 +6,7 @@ gemspec :path => 'oa-enterprise'
gemspec :path => 'oa-more'
gemspec :path => 'oa-oauth'
gemspec :path => 'oa-openid'
group :development do
gem "thrift_client", "0.6.1", :git => "git@github.com:sferik/thrift_client.git", :branch => "update_thrift_dependency"
end