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

Commit cc542e6

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 b19bbd8 commit cc542e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ 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', '~> 1.12.0'
4952
else
5053
gem 'ffi', '~> 1.13.0'
5154
end

0 commit comments

Comments
 (0)