Skip to content

Commit

Permalink
Merge branch 'INTER-Mediator:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Jun 9, 2024
2 parents 0795d05 + d5c1ce0 commit f943b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist-docs/vm-for-trial/recipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2216,8 +2216,8 @@
execute 'gem install bundler -v 2.4.22 -N' do
command 'gem install bundler -v 2.4.22 -N'
end
execute 'gem install ffi -N' do
command 'gem install ffi -N'
execute 'gem install ffi -v 1.16.3 -N' do
command 'gem install ffi -v 1.16.3 -N'
end
execute 'gem install childprocess -v "1.0.1" -N' do
command 'gem install childprocess -v "1.0.1" -N'
Expand Down

0 comments on commit f943b79

Please sign in to comment.