Skip to content

Commit

Permalink
chore: pin ffi to less than 1.17 on Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jun 4, 2024
1 parent 2146e2e commit fbdb3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ versions_map.each do |rails_version, ruby_versions|

appraise "rails-#{rails_version}" do
gem "rails", "~> #{rails_version}.0"
gem "ffi", "< 1.17" if ruby_version == "2.7"
end
end
end

0 comments on commit fbdb3c6

Please sign in to comment.