update rubygems
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user