Skip to content

Commit

Permalink
Pin ffi version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier committed Nov 7, 2024
1 parent 07a07d8 commit 3a5dc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ruby_version_segments = ruby_version.segments
minor_version = ruby_version_segments[0..1].join('.')

group :development do
gem "ffi", "= 1.16.3" # https://github.com/ffi/ffi/issues/1103
gem "ffi", "= 1.16.3" if ruby_version >= Gem::Version.new('2.5') # https://github.com/ffi/ffi/issues/1103 (pin only for Ruby >= 2.5 as this version is not compatible below. ffi 1.17 is not compatible with Ruby 2.5: https://github.com/ffi/ffi/issues/1103)
gem "rake", "~> 12.3.3" if ruby_version < Gem::Version.new('2.6.0') # last version for ruby < 2.6
gem "semantic_puppet", '= 1.0.4'
gem "xmlrpc" if ruby_version >= Gem::Version.new('2.3')
Expand Down

0 comments on commit 3a5dc19

Please sign in to comment.