File: relax-shoulda-matchers.patch

package info (click to toggle)
ruby-shoulda 4.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 300 kB
  • sloc: ruby: 784; sh: 45; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/shoulda.gemspec
+++ b/shoulda.gemspec
@@ -26,5 +26,5 @@ Gem::Specification.new do |s|
   s.require_paths = ['lib']
 
   s.add_dependency('shoulda-context', '~> 2.0')
-  s.add_dependency('shoulda-matchers', '~> 4.0')
+  s.add_dependency('shoulda-matchers', '>= 4.0')
 end