Skip to content

Commit

Permalink
Updating FFI support
Browse files Browse the repository at this point in the history
Signed-off-by: John McCrae <[email protected]>
  • Loading branch information
John McCrae committed Feb 7, 2025
1 parent e0803cd commit 1067d03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", glob: "ch
group :development do
install_if -> { Gem::Version.new("3.3.0").to_s >= (RUBY_VERSION).to_s } do
gem "racc", "~> 1.8.0"
end
install_if -> { Gem::Version.new("3.4.0").to_s >= (RUBY_VERSION).to_s } do
gem "racc", "~> 1.8.0"
gem "base64"
end
gem "cookstyle", ">= 7.32.8"
Expand Down

0 comments on commit 1067d03

Please sign in to comment.