Skip to content

Commit

Permalink
try using 2.7.8 to workaround ruby install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Sep 14, 2023
1 parent 94af85d commit 274c2fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ orbs:
node: circleci/[email protected]
queue: eddiewebb/[email protected]
horizon: artsy/[email protected]
ruby: circleci/[email protected]

commands:
await-previous-builds:
Expand Down Expand Up @@ -70,10 +69,6 @@ commands:
- run:
name: Compile query map
command: yarn relay
install-ruby:
steps:
- ruby/install:
version: "2.7.4"
install-gems:
steps:
- restore_cache:
Expand Down Expand Up @@ -147,7 +142,6 @@ commands:
- install-node-modules
- run-relay-compiler
- update-echo
- install-ruby
- install-gems
build-app-android:
steps:
Expand Down Expand Up @@ -269,7 +263,6 @@ jobs:
- checkout
- generate-checksums
- install-node
- install-ruby
- install-gems
- run:
name: Check flags
Expand Down Expand Up @@ -351,7 +344,6 @@ jobs:
- install-node-modules
- run-relay-compiler
- update-echo
- install-ruby
- install-gems
- install-cocoapods
- build-app-ios
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.4
2.7.8
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 16.18.0
ruby 2.7.4
ruby 2.7.8
java zulu-11.58.15

0 comments on commit 274c2fb

Please sign in to comment.