diff options
| author | Thomas McDonald <[email protected]> | 2015-08-25 10:01:10 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-25 10:01:10 -0700 |
| commit | 210e2b8100e0a90e097cd98f1abd7c3bfdc72a8b (patch) | |
| tree | e8bff7ae248124347f579e30830325ad0a468435 /Gemfile | |
| parent | ab4c07dbdd3da49a4722c319015384c0d4649969 (diff) | |
| parent | 75374ce51109dd91a87d9b01c0a606e1ce1d3266 (diff) | |
| download | bootstrap-210e2b8100e0a90e097cd98f1abd7c3bfdc72a8b.tar.xz bootstrap-210e2b8100e0a90e097cd98f1abd7c3bfdc72a8b.zip | |
Merge pull request #17050 from twbs/fix-travis-v4
v4 Travis Build
sets up infra to properly build Bootstrap
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,8 +5,8 @@ source 'https://rubygems.org' group :development, :test do gem 'jekyll', '~> 2.5.2' + gem 'jekyll-redirect-from', '~> 0.8.0' gem 'rouge', '~> 1.7.4' gem 'sass', '~> 3.4.9' gem 'scss-lint', '~> 0.31' - gem 'jekyll-redirect-from', '~> 0.8.0' end |
