Skip to content

Commit ceeac9a

Browse files
authored
Upgrade Ruby Version to 3.1 (#86)
* Bump up Ruby version to 3.3 * Fix. Feature branch name for workflow * Revert. Downgrade to 2.5 * Fix. Install specific version of ffi * Try Ruby 3.1 * Refactor. Remove feature branch * Update README
1 parent 0c9dbcc commit ceeac9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_publish_openelis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
with:
2727
distribution: 'zulu'
2828
java-version: '7'
29-
- name: Setup Ruby 2.5
29+
- name: Setup Ruby 3.1
3030
uses: ruby/setup-ruby@v1
3131
with:
32-
ruby-version: 2.5
32+
ruby-version: 3.1
3333
- name: Install Compass
34-
run: gem install compass
34+
run: gem install ffi -v 1.17.0 && gem install compass
3535
- name: Install Ant 1.9
3636
run: |
3737
mkdir /tmp/ant

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ forked from OpenElis_v3.1_r2013_02_21 branch in svn
1212
*Requirements to build OpeneLIS*
1313
* `java` version <= "1.7"
1414
* `ant` version <= "1.9.1"
15-
* `ruby` version <= "2.2" and `gem install compass`
15+
* `ruby` version == "3.1" and `gem install compass`
1616

1717
*To build OpenElis run*
1818
* `ant dist` Creates OpenELIS War

0 commit comments

Comments
 (0)