update rubygems

This commit is contained in:
Ryan W
2023-12-09 13:10:53 -08:00
parent d9aae0d7b1
commit 207c3205b0
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Update Bundler
run: gem update bundler
- name: Update rubygems
run: gem update --system
- name: Run linters
run: bundle exec rubocop --parallel
- name: Ruby security checks
+2
View File
@@ -35,6 +35,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
libvips \
pkg-config
gem update --system
# Install application gems
COPY Gemfile Gemfile.lock ./
RUN bundle install && \