gitlab-org--gitlab-foss/lib/gitlab/auth/o_auth
Thong Kuah d4ef3be35b Frozen string cannot change encoding
This was shown in specs but surely this will be happening in application
code as well if this method is passes a frozen string.

We were also trying to force_encode a OmniAuth::AuthHash which had the
very confusing behaviour of returning nil when it was sent a method that
it did not define. Fix that by only force_encoding a String.
2019-07-26 00:13:25 +12:00
..
auth_hash.rb Frozen string cannot change encoding 2019-07-26 00:13:25 +12:00
authentication.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
identity_linker.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
provider.rb #57815 Password authentication disabled for UltraAuth users 2019-06-18 16:18:14 +00:00
session.rb Enable some frozen string in lib/gitlab 2018-10-13 02:31:31 -07:00
user.rb Backport 'Update user name upon LDAP sync' from EE 2019-03-25 11:16:01 +01:00