diff options
| author | Mark Otto <[email protected]> | 2016-10-16 19:46:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-16 19:46:47 -0700 |
| commit | b4cdccba84f7681e2911d307828c5ce94c856736 (patch) | |
| tree | f8e1edddbd941adb255766889019248ffa399d0a /Gemfile.lock | |
| parent | 05bdecd0b09a007ae949f49fdff9006650c06969 (diff) | |
| parent | 6d6538fc81ebdb9e29ca5a5a4e8e5768b9358fe9 (diff) | |
| download | bootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.tar.xz bootstrap-b4cdccba84f7681e2911d307828c5ce94c856736.zip | |
Merge branch 'v4-dev' into v4-navbars
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 57 |
1 files changed, 31 insertions, 26 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6ea5c7261..c19955c72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,51 +1,56 @@ GEM remote: https://rubygems.org/ specs: - colorator (0.1) - ffi (1.9.10) - ffi (1.9.10-x64-mingw32) - jekyll (3.1.2) - colorator (~> 0.1) + addressable (2.4.0) + colorator (1.1.0) + ffi (1.9.14) + forwardable-extended (2.6.0) + jekyll (3.3.0) + addressable (~> 2.4) + colorator (~> 1.0) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 1.1) kramdown (~> 1.3) liquid (~> 3.0) mercenary (~> 0.3.3) + pathutil (~> 0.9) rouge (~> 1.7) safe_yaml (~> 1.0) - jekyll-redirect-from (0.10.0) + jekyll-redirect-from (0.11.0) jekyll (>= 2.0) jekyll-sass-converter (1.4.0) sass (~> 3.4) - jekyll-sitemap (0.10.0) - jekyll-watch (1.3.1) - listen (~> 3.0) - kramdown (1.10.0) + jekyll-sitemap (0.11.0) + addressable (~> 2.4.0) + jekyll-watch (1.5.0) + listen (~> 3.0, < 3.1) + kramdown (1.12.0) liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.5) - rake (10.5.0) + listen (3.0.8) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + mercenary (0.3.6) + pathutil (0.14.0) + forwardable-extended (~> 2.6) + rake (11.3.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) - rouge (1.10.1) + rouge (1.11.1) safe_yaml (1.0.4) - sass (3.4.21) - scss_lint (0.47.1) - rake (>= 0.9, < 11) - sass (~> 3.4.15) + sass (3.4.22) + scss_lint (0.50.2) + rake (>= 0.9, < 12) + sass (~> 3.4.20) PLATFORMS ruby - x64-mingw32 DEPENDENCIES - jekyll (~> 3.1.2) - jekyll-redirect-from (~> 0.10.0) - jekyll-sitemap (~> 0.10.0) - scss_lint (~> 0.47.1) + jekyll (~> 3.3.0) + jekyll-redirect-from (~> 0.11.0) + jekyll-sitemap (~> 0.11.0) + scss_lint (~> 0.50.2) BUNDLED WITH - 1.11.2 + 1.13.2 |
