Skip to content

Commit

Permalink
Remove unused rubygems-tasks development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 17, 2021
1 parent 50098f2 commit 111d151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ffi.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake-compiler', '~> 1.0'
s.add_development_dependency 'rake-compiler-dock', '~> 1.0'
s.add_development_dependency 'rspec', '~> 2.14.1'
s.add_development_dependency 'rubygems-tasks', "~> 0.2.4"
end

2 comments on commit 111d151

@postmodern
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot that I had commit access to ffi still... Anyways, I cannot find any instance of rubygems/tasks or Gem::Tasks in the source code, so I am fairly confident this is an old unused development dependency that can safely be removed; even though I am biased towards using rubygems-tasks.

@larskanis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@postmodern Thanks! I removed the usage of the gem in commit 1a87af0.

Please sign in to comment.