Merge branch 'funglaub-master'
Showing
... | @@ -16,6 +16,10 @@ gem "mysql2" | ... | @@ -16,6 +16,10 @@ gem "mysql2" |
# Auth | # Auth | ||
gem "devise", "~> 2.1.0" | gem "devise", "~> 2.1.0" | ||
gem 'omniauth' | |||
gem 'omniauth-google-oauth2' | |||
gem 'omniauth-twitter' | |||
gem 'omniauth-github' | |||
# GITLAB patched libs | # GITLAB patched libs | ||
gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" | gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" | ||
... | ... |
lib/gitlab/auth.rb
0 → 100644
spec/lib/auth_spec.rb
0 → 100644
1.89 KB
4.34 KB
1.58 KB
3.37 KB
1.41 KB
3.3 KB