-
- Downloads
There was an error fetching the commit references. Please try again later.
Upgrade to Ruby 2.4.4
Fixes that make this work: * A change in Ruby (https://github.com/ruby/ruby/commit/ce635262f53b760284d56bb1027baebaaec175d1) requires passing in the exact required length for OpenSSL keys and IVs. * Ensure the secrets.yml is generated before any prepended modules are loaded. This is done by renaming the `secret_token.rb` initializer to `01_secret_token.rb`, which is a bit ugly but involves the least impact on other files.
Showing
- .gitlab-ci.yml 3 additions, 3 deletions.gitlab-ci.yml
- .ruby-version 1 addition, 1 deletion.ruby-version
- app/models/clusters/platforms/kubernetes.rb 2 additions, 2 deletionsapp/models/clusters/platforms/kubernetes.rb
- app/models/clusters/providers/gcp.rb 1 addition, 1 deletionapp/models/clusters/providers/gcp.rb
- app/models/concerns/has_variable.rb 1 addition, 1 deletionapp/models/concerns/has_variable.rb
- app/models/pages_domain.rb 1 addition, 1 deletionapp/models/pages_domain.rb
- app/models/project_import_data.rb 1 addition, 1 deletionapp/models/project_import_data.rb
- app/models/remote_mirror.rb 1 addition, 1 deletionapp/models/remote_mirror.rb
- config/initializers/01_secret_token.rb 3 additions, 0 deletionsconfig/initializers/01_secret_token.rb
- config/settings.rb 4 additions, 0 deletionsconfig/settings.rb
- db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb 1 addition, 1 deletion...e/20160302152808_remove_wrong_import_url_from_projects.rb
- db/post_migrate/20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb 1 addition, 1 deletion...grate_kubernetes_service_to_new_clusters_architectures.rb
- doc/install/installation.md 3 additions, 3 deletionsdoc/install/installation.md
- spec/initializers/secret_token_spec.rb 1 addition, 1 deletionspec/initializers/secret_token_spec.rb
- spec/models/concerns/has_variable_spec.rb 3 additions, 1 deletionspec/models/concerns/has_variable_spec.rb
Please register or sign in to comment