Blame view

Gemfile.lock 1.62 KB
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
1
2
3
4
5
6
  GEM
    remote: https://rubygems.org/
    specs:
      addressable (2.5.0)
        public_suffix (~> 2.0, >= 2.0.2)
      colorator (1.1.0)
4ab50938   Geoffrey PREUD'HOMME   Minification des ...
7
8
9
10
11
      css_press (0.3.2)
        csspool-st (= 3.1.2)
        json
      csspool-st (3.1.2)
      execjs (2.7.0)
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
12
13
      ffi (1.9.14)
      forwardable-extended (2.6.0)
4ab50938   Geoffrey PREUD'HOMME   Minification des ...
14
15
16
17
18
      html_press (0.8.2)
        htmlentities
        multi_css (>= 0.1.0)
        multi_js (>= 0.1.0)
      htmlentities (4.3.4)
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
19
20
21
22
23
24
25
26
27
28
29
      jekyll (3.3.1)
        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)
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
30
31
32
33
      jekyll-sass-converter (1.5.0)
        sass (~> 3.4)
      jekyll-watch (1.5.0)
        listen (~> 3.0, < 3.1)
4ab50938   Geoffrey PREUD'HOMME   Minification des ...
34
      json (2.0.3)
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
35
36
37
38
39
40
41
42
      kramdown (1.13.1)
      liquid (3.0.6)
      listen (3.0.8)
        rb-fsevent (~> 0.9, >= 0.9.4)
        rb-inotify (~> 0.9, >= 0.9.7)
      mercenary (0.3.6)
      minima (2.1.0)
        jekyll (~> 3.3)
4ab50938   Geoffrey PREUD'HOMME   Minification des ...
43
44
45
46
47
48
49
50
51
52
      multi_css (0.1.0)
        css_press
      multi_js (0.1.0)
        uglifier (~> 2)
      octopress-hooks (2.6.2)
        jekyll (>= 2.0)
      octopress-minify-html (1.3.1)
        html_press (~> 0.8)
        jekyll (>= 2.0)
        octopress-hooks
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
53
54
55
56
57
58
59
60
61
      pathutil (0.14.0)
        forwardable-extended (~> 2.6)
      public_suffix (2.0.4)
      rb-fsevent (0.9.8)
      rb-inotify (0.9.7)
        ffi (>= 0.5.0)
      rouge (1.11.1)
      safe_yaml (1.0.4)
      sass (3.4.22)
4ab50938   Geoffrey PREUD'HOMME   Minification des ...
62
63
64
      uglifier (2.7.2)
        execjs (>= 0.3.0)
        json (>= 1.8.0)
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
65
66
67
68
69
70
  
  PLATFORMS
    ruby
  
  DEPENDENCIES
    jekyll (= 3.3.1)
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
71
    minima (~> 2.0)
4ab50938   Geoffrey PREUD'HOMME   Minification des ...
72
    octopress-minify-html
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
73
74
  
  RUBY VERSION
7a7bfe51   Geoffrey PREUD'HOMME   Transformation en...
75
     ruby 2.4.0p0
a005e175   Geoffrey PREUD'HOMME   Commit initial d'...
76
77
  
  BUNDLED WITH
7a7bfe51   Geoffrey PREUD'HOMME   Transformation en...
78
     1.14.6