1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Loosen Rake dependency, since no known incompatibilities at the moment

If incompatible versions appear, we can always tighten this dependency. But
 at the moment, I don't know of any Rake versions in the wild that are incompatible,
 so this was an unnecessarily tight version specification.
This commit is contained in:
Marc Siegel 2014-06-15 13:48:45 -04:00
parent 043bb64b64
commit 01d12e1141

View file

@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = %w(lib)
# Running rspec tests from rake
s.add_development_dependency 'rake', '>= 10.1.1'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 3.0.0'
# To limit needed compatibility with versions of dependencies, only configure