Skip to content

Commit

Permalink
Merge pull request #606 from inspec/js/pin_ffi
Browse files Browse the repository at this point in the history
Pin ffi to < 1.13
  • Loading branch information
James Stocks committed Jun 5, 2020
2 parents 0b5fd08 + f99bf8c commit 01ccc46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "addressable", "~> 2.5"
spec.add_dependency "ffi", "< 1.13"
spec.add_dependency "json", ">= 1.8", "< 3.0"
spec.add_dependency "mixlib-shellout", ">= 2.0", "< 4.0"
spec.add_dependency "net-scp", ">= 1.2", "< 4.0"
Expand Down

0 comments on commit 01ccc46

Please sign in to comment.