mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-24 02:57:09 +00:00
Update gems
This commit is contained in:
parent
a37f849240
commit
2b7da54f1f
3 changed files with 92 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,5 +4,4 @@ _site
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
codekit-config.json
|
codekit-config.json
|
||||||
node_modules
|
node_modules
|
||||||
Gemfile.lock
|
|
||||||
.sass-cache
|
.sass-cache
|
4
Gemfile
4
Gemfile
|
@ -3,7 +3,3 @@ source 'https://rubygems.org'
|
||||||
gem 'jekyll'
|
gem 'jekyll'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
gem 'octopress', '~> 3.0.0.rc.12'
|
gem 'octopress', '~> 3.0.0.rc.12'
|
||||||
|
|
||||||
group :test do
|
|
||||||
gem 'html-proofer'
|
|
||||||
end
|
|
||||||
|
|
91
Gemfile.lock
Normal file
91
Gemfile.lock
Normal file
|
@ -0,0 +1,91 @@
|
||||||
|
GEM
|
||||||
|
remote: https://rubygems.org/
|
||||||
|
specs:
|
||||||
|
blankslate (2.1.2.4)
|
||||||
|
celluloid (0.16.0)
|
||||||
|
timers (~> 4.0.0)
|
||||||
|
classifier-reborn (2.0.2)
|
||||||
|
fast-stemmer (~> 1.0)
|
||||||
|
coffee-script (2.3.0)
|
||||||
|
coffee-script-source
|
||||||
|
execjs
|
||||||
|
coffee-script-source (1.8.0)
|
||||||
|
colorator (0.1)
|
||||||
|
execjs (2.2.2)
|
||||||
|
fast-stemmer (1.0.2)
|
||||||
|
ffi (1.9.6-x64-mingw32)
|
||||||
|
hitimes (1.2.2)
|
||||||
|
jekyll (2.5.1)
|
||||||
|
classifier-reborn (~> 2.0)
|
||||||
|
colorator (~> 0.1)
|
||||||
|
jekyll-coffeescript (~> 1.0)
|
||||||
|
jekyll-gist (~> 1.0)
|
||||||
|
jekyll-paginate (~> 1.0)
|
||||||
|
jekyll-sass-converter (~> 1.0)
|
||||||
|
jekyll-watch (~> 1.1)
|
||||||
|
kramdown (~> 1.3)
|
||||||
|
liquid (~> 2.6.1)
|
||||||
|
mercenary (~> 0.3.3)
|
||||||
|
pygments.rb (~> 0.6.0)
|
||||||
|
redcarpet (~> 3.1)
|
||||||
|
safe_yaml (~> 1.0)
|
||||||
|
toml (~> 0.1.0)
|
||||||
|
jekyll-coffeescript (1.0.1)
|
||||||
|
coffee-script (~> 2.2)
|
||||||
|
jekyll-gist (1.1.0)
|
||||||
|
jekyll-paginate (1.1.0)
|
||||||
|
jekyll-sass-converter (1.2.1)
|
||||||
|
sass (~> 3.2)
|
||||||
|
jekyll-sitemap (0.6.2)
|
||||||
|
jekyll-watch (1.1.2)
|
||||||
|
listen (~> 2.7)
|
||||||
|
kramdown (1.5.0)
|
||||||
|
liquid (2.6.1)
|
||||||
|
listen (2.7.11)
|
||||||
|
celluloid (>= 0.15.2)
|
||||||
|
rb-fsevent (>= 0.9.3)
|
||||||
|
rb-inotify (>= 0.9)
|
||||||
|
mercenary (0.3.4)
|
||||||
|
octopress (3.0.0.rc.15)
|
||||||
|
jekyll (~> 2.0)
|
||||||
|
mercenary (~> 0.3.2)
|
||||||
|
octopress-deploy
|
||||||
|
octopress-docs
|
||||||
|
titlecase
|
||||||
|
octopress-deploy (1.0.0)
|
||||||
|
colorator
|
||||||
|
octopress-docs
|
||||||
|
octopress-docs (0.0.9)
|
||||||
|
jekyll (~> 2.0)
|
||||||
|
octopress-escape-code (~> 1.0)
|
||||||
|
octopress-hooks (~> 2.0)
|
||||||
|
octopress-escape-code (1.0.2)
|
||||||
|
octopress-hooks (~> 2.0)
|
||||||
|
octopress-hooks (2.2.1)
|
||||||
|
jekyll (~> 2.0)
|
||||||
|
parslet (1.5.0)
|
||||||
|
blankslate (~> 2.0)
|
||||||
|
posix-spawn (0.3.9)
|
||||||
|
pygments.rb (0.6.0)
|
||||||
|
posix-spawn (~> 0.3.6)
|
||||||
|
yajl-ruby (~> 1.1.0)
|
||||||
|
rb-fsevent (0.9.4)
|
||||||
|
rb-inotify (0.9.5)
|
||||||
|
ffi (>= 0.5.0)
|
||||||
|
redcarpet (3.2.0)
|
||||||
|
safe_yaml (1.0.4)
|
||||||
|
sass (3.4.7)
|
||||||
|
timers (4.0.1)
|
||||||
|
hitimes
|
||||||
|
titlecase (0.1.1)
|
||||||
|
toml (0.1.2)
|
||||||
|
parslet (~> 1.5.0)
|
||||||
|
yajl-ruby (1.1.0)
|
||||||
|
|
||||||
|
PLATFORMS
|
||||||
|
x64-mingw32
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
jekyll
|
||||||
|
jekyll-sitemap
|
||||||
|
octopress (~> 3.0.0.rc.12)
|
Loading…
Reference in a new issue