Skip to content

Commit ba5b058

Browse files
committed
Fix Circle CI ruby error
1 parent 972d2e0 commit ba5b058

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ executors:
3838
orbs:
3939
# https://circleci.com/developer/orbs/orb/eddiewebb/queue
4040
queue: eddiewebb/queue@1.5.0
41-
ruby: circleci/ruby@1.1.2
41+
# https://circleci.com/developer/orbs/orb/circleci/ruby
42+
ruby: circleci/ruby@1.1.4
4243

4344
commands:
4445

0 commit comments

Comments
 (0)