Skip to content

Commit 1e246e7

Browse files
authored
Merge pull request #368 from imaqsood/MODULES-11577
MODULES-11577 chore(ruby): upgrade Ruby from 2.7 to 3.1
2 parents 5d9b2a9 + f02ba75 commit 1e246e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: "Setup ruby"
3030
uses: "ruby/setup-ruby@v1"
3131
with:
32-
ruby-version: "2.7"
32+
ruby-version: "3.1"
3333
bundler-cache: true
3434

3535
- name: Setup Test Matrix
@@ -59,7 +59,7 @@ jobs:
5959
- name: "Setup ruby"
6060
uses: "ruby/setup-ruby@v1"
6161
with:
62-
ruby-version: "2.7"
62+
ruby-version: "3.1"
6363
bundler-cache: true
6464

6565
- name: "Bundle environment"

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: "Setup ruby"
2727
uses: "ruby/setup-ruby@v1"
2828
with:
29-
ruby-version: "2.7"
29+
ruby-version: "3.1"
3030
bundler-cache: true
3131

3232
- name: Setup Test Matrix
@@ -54,7 +54,7 @@ jobs:
5454
- name: "Setup ruby"
5555
uses: "ruby/setup-ruby@v1"
5656
with:
57-
ruby-version: "2.7"
57+
ruby-version: "3.1"
5858
bundler-cache: true
5959

6060
- name: "Bundle environment"

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
) {
1717
if $manage_pkg {
1818
package { 'lvm2':
19-
ensure => $package_ensure,
19+
ensure => $package_ensure,
2020
}
2121
}
2222

0 commit comments

Comments
 (0)