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:
parent
043bb64b64
commit
01d12e1141
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue