Skip to content

Commit

Permalink
Update guard-rspec.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddrew authored Dec 7, 2023
1 parent 1cf25c7 commit 12260e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guard-rspec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^spec/})
s.require_path = "lib"

s.add_dependency "guard", "~> 2.1"
s.add_dependency "guard", "~> 3.0"
s.add_dependency "guard-compat", "~> 1.1"
s.add_dependency "rspec", ">= 2.99.0", "< 4.0"
end

0 comments on commit 12260e3

Please sign in to comment.