Skip to content

Commit

Permalink
chore: fix ffi version to <= 1.16.3 for older rubygems compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Aug 18, 2024
1 parent e722eb1 commit 36320e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gem "autoproj", git: "https:/rock-core/autoproj"
group :vscode do
gem "debase", ">= 0.2.2.beta10"
gem "ffi", "<= 1.16.3"
gem "pry"
gem "pry-byebug"
gem "rubocop"
Expand Down

0 comments on commit 36320e7

Please sign in to comment.