Skip to content

Commit

Permalink
Merge pull request #85 from tyler-ball/patch-1
Browse files Browse the repository at this point in the history
Remove bundler development dependency
  • Loading branch information
thibaudgg committed Apr 30, 2020
2 parents fcfd339 + 4031e5b commit c766a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rb-fsevent.gemspec
Expand Up @@ -20,7 +20,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
s.require_path = 'lib'

s.add_development_dependency 'bundler', '~> 1.0'
s.add_development_dependency 'rspec', '~> 3.6'
s.add_development_dependency 'guard-rspec', '~> 4.2'
s.add_development_dependency 'rake', '~> 12.0'
Expand Down

0 comments on commit c766a2a

Please sign in to comment.