1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-08-18 02:27:23 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
cf01085370
bundle update 2024-05-29 20:41:42 +03:00
84d6b327e8
.gitlab-ci.yml: fix bundler cache path 2024-05-29 20:40:07 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ variables:
cache:
paths:
- ${PRE_COMMIT_HOME}
- ${CI_PROJECT_DIR}/bundle
- ${CI_PROJECT_DIR}/vendor
before_script:
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc g++ musl-dev build-base libffi-dev libxml2-dev

2
Gemfile.lock generated
View File

@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)