Skip to content

Commit

Permalink
Merge pull request #759 from mbj/remove/ffi
Browse files Browse the repository at this point in the history
Remove FFI dependency
  • Loading branch information
mbj committed Nov 12, 2018
2 parents b641841 + dd20be2 commit cd47031
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ GEM
docile (1.3.1)
equalizer (0.0.11)
erubis (2.7.0)
ffi (1.9.25)
flay (2.10.0)
erubis (~> 2.7.0)
path_expander (~> 1.0)
Expand Down Expand Up @@ -165,7 +164,6 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.10)
devtools (~> 0.1.21)
ffi (~> 1.9.6)
mutant!
parallel (~> 1.3)

Expand Down
1 change: 0 additions & 1 deletion mutant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ Gem::Specification.new do |gem|

gem.add_development_dependency('bundler', '~> 1.10')
gem.add_development_dependency('devtools', '~> 0.1.21')
gem.add_development_dependency('ffi', '~> 1.9.6')
gem.add_development_dependency('parallel', '~> 1.3')
end
18 changes: 0 additions & 18 deletions spec/support/rb_bug.rb

This file was deleted.

0 comments on commit cd47031

Please sign in to comment.