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.lock | |
| 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.lock')
| -rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 725379399..63b3f42c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,6 +34,8 @@ GEM coffee-script (~> 2.2) jekyll-gist (1.1.0) jekyll-paginate (1.1.0) + jekyll-redirect-from (0.8.0) + jekyll (>= 2.0) jekyll-sass-converter (1.3.0) sass (~> 3.2) jekyll-watch (1.2.0) @@ -73,6 +75,10 @@ PLATFORMS DEPENDENCIES jekyll (~> 2.5.2) + jekyll-redirect-from (~> 0.8.0) rouge (~> 1.7.4) sass (~> 3.4.9) scss-lint (~> 0.31) + +BUNDLED WITH + 1.10.5 |
