Skip to content

Commit

Permalink
chore: pin ffi to less than 1.17 on Ruby 2.7, second try
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jun 4, 2024
1 parent fbdb3c6 commit 814ee16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
source "https://rubygems.org"

gemspec

# FIXME: remove this after drop support for Ruby 2.7
gem "ffi", "< 1.17"

0 comments on commit 814ee16

Please sign in to comment.