Skip to content

Commit

Permalink
Merge pull request #35 from guard/34-relax-bundler-dependency
Browse files Browse the repository at this point in the history
Relax bundler dependency to >= 1.3.0
  • Loading branch information
rymai authored Jan 10, 2019
2 parents 0aac7d4 + 7954f82 commit d43018f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guard-bundler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ Gem::Specification.new do |s|

s.add_dependency 'guard', '~> 2.2'
s.add_dependency 'guard-compat', '~> 1.1'
s.add_dependency 'bundler', '~> 1.0'
s.add_dependency 'bundler', '>= 1.3.0'

s.files = Dir.glob('{lib}/**/*') + %w[LICENSE README.md]
s.require_path = 'lib'
end

0 comments on commit d43018f

Please sign in to comment.