Skip to content

Commit fbdb3c6

Browse files
committed
chore: pin ffi to less than 1.17 on Ruby 2.7
1 parent 2146e2e commit fbdb3c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Appraisals

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ versions_map.each do |rails_version, ruby_versions|
1717

1818
appraise "rails-#{rails_version}" do
1919
gem "rails", "~> #{rails_version}.0"
20+
gem "ffi", "< 1.17" if ruby_version == "2.7"
2021
end
2122
end
2223
end

0 commit comments

Comments
 (0)