Skip to content

Commit

Permalink
Relax gem dependency constraints to allow rake 12.x
Browse files Browse the repository at this point in the history
Rake 12 was recently released. Nothing in the release seems to conflict
with the SCSS-Lint rake integration, so relax the constraint.
  • Loading branch information
sds committed Dec 16, 2016
1 parent ff7000d commit e3a47ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Add `contain` to list of properties allowed by `PropertySpelling`
* Fix `DuplicateProperty` to report duplicate properties inside media queries
* Relax gem dependency constraints to allow rake 12.x

## 0.50.3

Expand Down
2 changes: 1 addition & 1 deletion scss_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2'

s.add_dependency 'rake', '>= 0.9', '< 12'
s.add_dependency 'rake', '>= 0.9', '< 13'
s.add_dependency 'sass', '~> 3.4.20'
end

0 comments on commit e3a47ba

Please sign in to comment.