diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-14 10:41:38 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-14 10:41:38 -0600 |
| commit | 71056c9d64144d20ee6fe62fca46348d485e87d1 (patch) | |
| tree | 20e6cbcfcaa0e060602f73d6b7c1d2c19c019513 | |
| parent | b3958d65398ffa2ef4ad3ee236c77f940807584e (diff) | |
chore: update rubygems
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c93756f..544b5b45 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,6 @@ test: - echo '127.0.0.1 api.example.com' >> /etc/hosts - echo '127.0.0.1 idp.example.com' >> /etc/hosts - echo '127.0.0.1 ui.example.com' >> /etc/hosts + - gem update --system - gem install bundler - make |
