gitlab-org--gitlab-foss/spec/models/ci
Connor Shea d287315dbf
Upgrade attr_encrypted and encryptor
attr_encrypted (1.3.4 => 3.0.1) Changelog:
https://github.com/attr-encrypted/attr_encrypted/blob/master/CHANGELOG.m
d

attr_encrypted 2.x included a vulnerability, so that major version is
skipped. 3.x requires that the algorithm and mode used by each
encrypted attribute is specified explicitly.

`nil` is no longer a valid value for the encrypted_value_iv field, so
it’s changed to a randomly generated string.
2016-05-30 13:51:21 -06:00
..
build_spec.rb Fix Error 500 when visiting build page of project with nil runners_token 2016-01-10 18:12:47 -08:00
commit_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
runner_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
trigger_spec.rb Remove the annotate gem and delete old annotations 2016-05-09 18:00:28 +02:00
variable_spec.rb Upgrade attr_encrypted and encryptor 2016-05-30 13:51:21 -06:00