Skip to content

Commit

Permalink
try to mitigate ffi 1.17.0 problem v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Jun 13, 2024
1 parent 75fa115 commit 35f7089
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN apt-get update \
&& apt-get install -y yamllint \
&& apt-get autoremove -y \
&& apt-get clean \
&& gem update --system \
&& bundle config set path.system true \
&& bundle config set jobs $(nproc) \
&& bundle install --gemfile=/Gemfile \
Expand Down
1 change: 1 addition & 0 deletions voxbox/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ gem 'voxpupuli-acceptance', ENV['RUBYGEM_VOXPUPULI_ACCEPTANCE']
gem 'voxpupuli-release', ENV['RUBYGEM_VOXPUPULI_RELEASE']
gem 'voxpupuli-test', ENV['RUBYGEM_VOXPUPULI_TEST']
gem 'rubocop-performance', ENV['RUBYGEM_RUBOCOP_PERFORMANCE']
gem 'ffi', '~> 1.16.3' # ffi 1.17.0 has change dependencies - see https://github.com/ffi/ffi/issues/1105

# vim: syntax=ruby

0 comments on commit 35f7089

Please sign in to comment.