Skip to content

Commit

Permalink
Fix compatibility with bundler 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Dec 15, 2018
1 parent 587f4a7 commit 0f5fe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Gem::Specification.new do |s|
s.add_dependency 'rb-fsevent', '~> 0.10', '>= 0.10.3'
s.add_dependency 'rb-inotify', '~> 0.9', '>= 0.9.10'

s.add_development_dependency 'bundler', '~> 1.12'
s.add_development_dependency 'bundler', '~> 1'
end

0 comments on commit 0f5fe8b

Please sign in to comment.