We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4c77f commit bb46290Copy full SHA for bb46290
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
orbs:
3
# See https://circleci.com/developer/orbs/orb/circleci/ruby
4
- ruby: circleci/ruby@1.1.2
+ ruby: circleci/ruby@1.4.0
5
jobs: # keyword
6
test: # my name for the job
7
parameters: # keyword
0 commit comments