Skip to content

Commit

Permalink
Bump Ruby versions (#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Sep 29, 2023
1 parent 14366d1 commit 963f276
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions chunks/lang-ruby/chunk.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
variants:
- name: "3.0"
args:
RUBY_VERSION: 3.0.5
RUBY_VERSION: 3.0.6
- name: "3.1"
args:
RUBY_VERSION: 3.1.3
RUBY_VERSION: 3.1.4
- name: "3.2"
args:
RUBY_VERSION: 3.2.1
RUBY_VERSION: 3.2.2
6 changes: 3 additions & 3 deletions tests/lang-ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
entrypoint: [bash, -i, -c]
assert:
- stdout.indexOf("ruby") != -1
- stdout.indexOf("3.0.5") != -1 ||
stdout.indexOf("3.1.3") != -1 ||
stdout.indexOf("3.2.1") != -1
- stdout.indexOf("3.0.6") != -1 ||
stdout.indexOf("3.1.4") != -1 ||
stdout.indexOf("3.2.2") != -1
- status == 0
- desc: it should have rvm
command: [rvm --version]
Expand Down

0 comments on commit 963f276

Please sign in to comment.