mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Oops. Use the public git URL.
This commit is contained in:
parent
1e95f6bf0e
commit
6acb416366
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -8,5 +8,5 @@ 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"
|
||||
gem "thrift_client", "0.6.1", :git => "git://github.com/sferik/thrift_client.git", :branch => "update_thrift_dependency"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue