bourne.gemspec in bourne-1.5.0 vs bourne.gemspec in bourne-1.6.0

- old
+ new

@@ -19,9 +19,9 @@ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # Follow instructions in test/unit/mock_test.rb to update. - s.add_dependency('mocha', '>= 0.13.2', '< 0.15') + s.add_dependency('mocha', '~> 1.1') s.add_development_dependency('rake') end