Skip to content

Commit

Permalink
Remove system update from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Nov 18, 2024
1 parent c6ffccd commit d602a2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ commands:
- run:
name: Check current version of node
command: node -v
- run:
name: Update system
command: sudo gem update --system
- run:
name: Install bundler
command: gem install bundler -v '2.5.22'
Expand All @@ -60,9 +57,6 @@ commands:
key: orangelight-v3-{{ checksum "Gemfile.lock" }}-{{ checksum "yarn.lock" }}
paths:
- ./vendor/bundle
- run:
name: Gem system version
command: gem --version

jobs:
build:
Expand Down

0 comments on commit d602a2c

Please sign in to comment.