Commit c2f73f706cf8c648e4e95ba8d9c397a302055b7f
1 parent
7887fc95
Exists in
7-0-stable-spb
Changed omniauth-env branch
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
Gemfile
@@ -149,7 +149,9 @@ gem "underscore-rails", "~> 1.4.4" | @@ -149,7 +149,9 @@ gem "underscore-rails", "~> 1.4.4" | ||
149 | 149 | ||
150 | # Sanitize user input | 150 | # Sanitize user input |
151 | gem "sanitize", '~> 2.0' | 151 | gem "sanitize", '~> 2.0' |
152 | -gem "omniauth-env", git: "https://github.com/colab-community/omniauth-env.git" | 152 | + |
153 | +# Our own omniauth-env to allow REMOTE_USER settings | ||
154 | +gem "omniauth-env", :git => "https://github.com/colab-community/omniauth-env.git", :branch => "master" | ||
153 | 155 | ||
154 | # Protect against bruteforcing | 156 | # Protect against bruteforcing |
155 | gem "rack-attack" | 157 | gem "rack-attack" |