Skip to content

Commit

Permalink
Merge pull request #75 from Lqp1/main
Browse files Browse the repository at this point in the history
Make mkmf-lite a runtime dependency
  • Loading branch information
djberg96 authored Sep 30, 2024
2 parents 00c6931 + 3467a06 commit 1e02a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-filesystem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.cert_chain = Dir['certs/*']

spec.add_dependency('ffi', '~> 1.1')
spec.add_development_dependency('mkmf-lite', '~> 0.7') unless Gem.win_platform?
spec.add_dependency('mkmf-lite', '~> 0.7') unless Gem.win_platform?
spec.add_development_dependency('rake')
spec.add_development_dependency('rspec', '~> 3.9')
spec.add_development_dependency('rubocop')
Expand Down

0 comments on commit 1e02a7c

Please sign in to comment.