Skip to content

Commit

Permalink
Fixes #21689 - ffi missing on Windows 3.1 CI, used by rest-client
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Dec 4, 2023
1 parent ce3e51b commit 9a67f06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -6,6 +6,8 @@ gem "danger", "~> 8.0"
gem "danger-junit", "~> 1.0"
gem "ox", "~> 2.13"

gem "ffi" # required by rest-client on windows for ruby 3.1+

gemspec(path: ".")

plugins_path = File.join(File.expand_path("..", __FILE__), 'fastlane', 'Pluginfile')
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Expand Up @@ -141,6 +141,7 @@ GEM
fastlane-plugin-clubmate (0.1.0)
fastlane-plugin-ruby (0.1.3)
fastlane-plugin-slack_train (0.2.0)
ffi (1.16.3)
gh_inspector (1.1.3)
git (1.18.0)
addressable (~> 2.8)
Expand Down Expand Up @@ -376,6 +377,7 @@ DEPENDENCIES
fastlane-plugin-clubmate
fastlane-plugin-ruby
fastlane-plugin-slack_train (>= 0.2.0)
ffi
ox (~> 2.13)
pry
pry-byebug
Expand All @@ -396,4 +398,4 @@ DEPENDENCIES
yard (~> 0.9.11)

BUNDLED WITH
2.3.21
2.3.13

0 comments on commit 9a67f06

Please sign in to comment.