We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a36baa commit 35bd3d1Copy full SHA for 35bd3d1
guard-bundler.gemspec
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
s.required_ruby_version = '>= 1.9.2'
17
18
s.add_dependency 'guard', '~> 2.2'
19
- s.add_dependency 'guard-compat', '~> 1.0'
+ s.add_dependency 'guard-compat', '~> 1.1'
20
s.add_dependency 'bundler', '~> 1.0'
21
22
s.files = Dir.glob('{lib}/**/*') + %w[LICENSE README.md]
0 commit comments