-
- Downloads
CI/CD: multiple updates to dockerfiles, gcloud scripts and gems (#3302)
* CI/CD: multiple updates to dockerfiles, gcloud scripts and gems * social_id is always updated on signin for loadbalanced accounts
Showing
- .github/workflows/ci.build.prerelease.yml 2 additions, 2 deletions.github/workflows/ci.build.prerelease.yml
- .github/workflows/ci.build.push.yml 2 additions, 2 deletions.github/workflows/ci.build.push.yml
- .github/workflows/ci.build.release.yml 2 additions, 2 deletions.github/workflows/ci.build.release.yml
- Dockerfile 4 additions, 4 deletionsDockerfile
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 7 additions, 7 deletionsGemfile.lock
- app/controllers/concerns/authenticator.rb 1 addition, 1 deletionapp/controllers/concerns/authenticator.rb
- app/controllers/sessions_controller.rb 2 additions, 2 deletionsapp/controllers/sessions_controller.rb
- cloudbuild-dev.yaml 8 additions, 5 deletionscloudbuild-dev.yaml
- cloudbuild.yaml 8 additions, 5 deletionscloudbuild.yaml
- config/environments/development.rb 1 addition, 0 deletionsconfig/environments/development.rb
- dockerfiles/v2/alpine 2 additions, 2 deletionsdockerfiles/v2/alpine
- dockerfiles/v2/amazonlinux 5 additions, 5 deletionsdockerfiles/v2/amazonlinux
... | ... | @@ -29,7 +29,7 @@ gem 'omniauth', '~> 1.9.1' |
gem 'omniauth-bn-launcher', '~> 0.1.3' | ||
gem 'omniauth-bn-office365', '~> 0.1.1' | ||
gem 'omniauth-google-oauth2', '~> 0.7.0' | ||
gem 'omniauth_openid_connect', '~> 0.3.5' | ||
gem 'omniauth_openid_connect', '~> 0.4.0' | ||
gem 'omniauth-twitter', '~> 1.4.0' | ||
gem 'pagy', '~> 3.11.0' | ||
gem 'pluck_to_hash', '~> 1.0.2' | ||
... | ... |
Please register or sign in to comment