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 uses: ruby/setup-ruby@v1
with: with:
bundler-cache: true bundler-cache: true
- name: Update Bundler - name: Update rubygems
run: gem update bundler run: gem update --system
- name: Run linters - name: Run linters
run: bundle exec rubocop --parallel run: bundle exec rubocop --parallel
- name: Ruby security checks - name: Ruby security checks
+2
View File
@@ -35,6 +35,8 @@ RUN --mount=type=cache,target=/var/cache/apt \
libvips \ libvips \
pkg-config pkg-config
gem update --system
# Install application gems # Install application gems
COPY Gemfile Gemfile.lock ./ COPY Gemfile Gemfile.lock ./
RUN bundle install && \ RUN bundle install && \