Skip to content

Commit

Permalink
Require Ruby >= 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmason authored and nex3 committed Sep 13, 2011
1 parent c37558a commit 2bf1e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc-src/SASS_CHANGELOG.md
Expand Up @@ -30,6 +30,8 @@

* Don't crash when running `sass-convert` with selectors with two commas in a row.

* Explicitly require Ruby >= 1.8.7 (thanks [Eric Mason](https://github.com/ericmason)).

## 3.1.7

* Don't crash when doing certain operations with `@function`s.
Expand Down
1 change: 1 addition & 0 deletions sass.gemspec
Expand Up @@ -18,6 +18,7 @@ SASS_GEMSPEC = Gem::Specification.new do |spec|
command line tool or a web-framework plugin.
END

spec.required_ruby_version = '>= 1.8.7'
spec.add_development_dependency 'yard', '>= 0.5.3'
spec.add_development_dependency 'maruku', '>= 0.5.9'

Expand Down

0 comments on commit 2bf1e1a

Please sign in to comment.