Skip to content

Commit

Permalink
CI: Ruby 2.7.4 is now already the default
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Sep 29, 2021
1 parent 273c55b commit 4848309
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,6 @@ jobs:
xcode: "13.0.0"
steps:
- checkout
- run:
name: Set Ruby Version
command: echo 'chruby ruby-2.7.4' >> ~/.bash_profile
- run:
name: Show Ruby environment
command: |
Expand All @@ -551,16 +548,16 @@ jobs:
rustup target add aarch64-apple-ios-sim --toolchain nightly
- restore_cache:
name: Restore rubygems cache
key: swift-docs-gems-v9
key: swift-docs-gems-v10
- run:
name: Install jazzy
command: gem install jazzy
- save_cache:
name: Save rubygems cache
# NEEDS TO CHANGE WHEN JAZZY OR RUBY IS UPDATED
key: swift-docs-gems-v9
key: swift-docs-gems-v10
paths:
- ~/.gem/ruby/2.7.3
- ~/.gem/ruby/2.7.4
- run:
name: Setup build environment
command: |
Expand Down

0 comments on commit 4848309

Please sign in to comment.