aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
AgeCommit message (Collapse)AuthorFilesLines
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`.