Skip to content

Commit

Permalink
Use ruby executor instead of installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstegman committed Jan 4, 2024
1 parent c45be88 commit 38a6c55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:
ruby-version:
type: string

docker:
- image: cimg/base:stable
executor:
name: ruby/default
tag: <<parameters.ruby-version>>
steps:
- checkout
- ruby/install:
version: <<parameters.ruby-version>>
- ruby/install-deps:
# Have to set this since there's no lockfile
bundler-version: ">2"
Expand Down

0 comments on commit 38a6c55

Please sign in to comment.