Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit cd2c9d0

Browse files
committed
Pin ffi to 1.12.0 on JRuby due to the use of rubygems code in 1.13.0-1.13.1
1 parent 8d8a7d4 commit cd2c9d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ elsif RUBY_VERSION < '2.0'
4646
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
4747
elsif RUBY_VERSION < '2.3.0'
4848
gem 'ffi', '~> 1.12.0'
49+
elsif defined?(RUBY_PLATFORM) && RUBY_PLATFORM == 'java'
50+
# Until 1.13.2 is released
51+
#gem 'ffi', :git => 'https://github.com/ffi/ffi'
52+
gem 'ffi', '~> 1.12.0'
4953
else
5054
gem 'ffi', '~> 1.13.0'
5155
end

0 commit comments

Comments
 (0)