Skip to content

Commit

Permalink
Upgrade gems for ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrock committed Sep 19, 2024
1 parent f999b95 commit 8d1110d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
ruby-version: "${{ matrix.ruby-version }}"
bundler-cache: true
# fix for ovirt-engine-sdk (>4.6.0 should make this not necessary)
gem-install-options: '--with-cflags="-Wno-error=incompatible-function-pointer-types -Wno-error=implicit-function-declaration"'
timeout-minutes: 30
- name: Prepare tests
run: bin/setup
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem "dalli", "~>3.2.3", :require => false
gem "default_value_for", "~>4.0"
gem "docker-api", "~>1.33.6", :require => false
gem "elif", "=0.1.0", :require => false
gem "fast_gettext", "~>2.0.1"
gem "fast_gettext", "~>2.1"
gem "ffi", "< 1.17.0", :require => false
gem "gettext_i18n_rails", "~>1.11"
gem "gettext_i18n_rails_js", "~>1.3.0"
Expand Down

0 comments on commit 8d1110d

Please sign in to comment.