Skip to content

Commit

Permalink
Upgrade Ruby Version to 3.1 (#86)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mohan-13 authored Jun 26, 2024
1 parent 0c9dbcc commit ceeac9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_publish_openelis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
with:
distribution: 'zulu'
java-version: '7'
- name: Setup Ruby 2.5
- name: Setup Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: 3.1
- name: Install Compass
run: gem install compass
run: gem install ffi -v 1.17.0 && gem install compass
- name: Install Ant 1.9
run: |
mkdir /tmp/ant
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ forked from OpenElis_v3.1_r2013_02_21 branch in svn
*Requirements to build OpeneLIS*
* `java` version <= "1.7"
* `ant` version <= "1.9.1"
* `ruby` version <= "2.2" and `gem install compass`
* `ruby` version == "3.1" and `gem install compass`

*To build OpenElis run*
* `ant dist` Creates OpenELIS War
Expand Down

0 comments on commit ceeac9a

Please sign in to comment.