aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05Update dependencies.Bardi Harborow1-18/+20
2016-10-09Update dependencies, including Babel to v6 and zeroUnits fix.Bardi Harborow1-13/+16
2016-07-09Update gems.XhmikosR1-6/+8
[skip sauce]
2016-07-07Update SCSS-Lint to v0.49.0 (#20250)Geremia Taglialatela1-3/+3
SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand of a length not specified in the allowed_shorthands option is used. New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly. Ref: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b
2016-06-29Update scss_lint to v0.48.0.XhmikosR1-5/+5
2016-05-26Bump gems.XhmikosR1-10/+10
2016-03-17Bump jekyll-redirect-from.XhmikosR1-2/+2
[skip sauce]
2016-03-11Remove sass gem.XhmikosR1-1/+0
Jekyll 3.x has it as a dependency already.
2016-03-03Bump scss_lint.XhmikosR1-3/+3
[skip validator] [skip sauce]
2016-02-27Bump scss_lint to v0.47.0.XhmikosR1-2/+2
[skip sauce]
2016-02-23Update Jekyll to v3.1.2.XhmikosR1-2/+2
[skip sauce]
2016-02-23Update scss_lint to v0.46.0.XhmikosR1-2/+2
[skip sauce]
2016-02-19Bump scss_lint to v0.45.0.XhmikosR1-5/+5
[skip sauce]
2016-02-08bundle updateChris Rebert1-1/+1
2016-02-06Bump gems.XhmikosR1-3/+3
[skip sauce]
2016-01-26Missed `bundle i`.XhmikosR1-2/+2
2016-01-25Update gems to the latest versions.XhmikosR1-4/+4
2016-01-23bundle updateChris Rebert1-12/+12
[skip sauce]
2015-12-01Bump scss_lint to v0.43.2.XhmikosR1-2/+2
2015-12-01Bump gems.XhmikosR1-3/+5
[skip sauce]
2015-10-29Update to Jekyll v3.0.0.XhmikosR1-37/+7
[skip sauce]
2015-10-14Update gems.XhmikosR1-6/+6
[skip validator] [skip sauce]
2015-09-25Update scsslint gem to v0.42.1.XhmikosR1-2/+2
[skip sauce] [skip validator]
2015-09-24Update Rubygems.XhmikosR1-14/+8
[skip sauce]
2015-09-08Use jekyll-sitemap instead of our custom solution.XhmikosR1-0/+2
2015-09-01Update Gemfile.lock in hopes of fixing scss-lint errorChris Rebert1-2/+2
2015-08-27Update Rubygems.XhmikosR1-27/+27
2015-08-20add jekyll plugins to gemfileThomas McDonald1-0/+6
2014-12-24Compile with Ruby Sass or libsass.Gleb Mazovetskiy1-0/+78
* Separate configs for libsass and sass. * Sass compiler selected based on `process.env.TWBS_SASS`. * Travis: * Use Gemfile to manage ruby dependencies. * Run core tests with both Sass compilers. * Only install/cache ruby gems required by the test subset. * Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.