Skip to content

Commit

Permalink
fix(bootstrap-sass): Bump bootstrap-sass gem to 3.4.0 (#1159)
Browse files Browse the repository at this point in the history
* Bump bootstrap-sass gem to 3.4.0

Resolves XSS vulnerability

* build(bootstrap-sass gem): Update bootstrap-sass gem to 3.4.0 resolve XSS vulnerability
  • Loading branch information
daslicious authored and jeff-phillips-18 committed Jan 7, 2019
1 parent 89aa229 commit 35e1cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patternfly-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.license = 'Apache-2.0'

s.add_runtime_dependency 'sass', '~> 3.4.15'
s.add_runtime_dependency 'bootstrap-sass', '~> 3.3.7'
s.add_runtime_dependency 'bootstrap-sass', '~> 3.4.0'
s.add_runtime_dependency 'font-awesome-sass', '~> 4.6.2'

s.files = [
Expand Down

0 comments on commit 35e1cd3

Please sign in to comment.