Skip to content

Commit

Permalink
Bump version of css_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Oct 11, 2016
1 parent cadbd92 commit 6c403e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,8 @@
* Deprecations:
* Dropped support for MRI 1.9.3.
* Dropped support for MRI 2.0.
* Upgrades:
* Use `css_parser` 1.4.x instead of 1.3.x.
* Bug fixes:
* Strip UTF-8 BOM (Byte Order Mark) from stylesheets before parsing / concatenating - [Bartłomiej Wójtowicz](https://github.com/qbart) (#128)
* Enhancements:
Expand Down
2 changes: 1 addition & 1 deletion roadie.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.9"

s.add_dependency 'nokogiri', '>= 1.5.0', '< 1.7.0'
s.add_dependency 'css_parser', '~> 1.3.4'
s.add_dependency 'css_parser', '~> 1.4.5'

s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
Expand Down

0 comments on commit 6c403e9

Please sign in to comment.