nomxz

an edition to my previous website. now minimalist.
git clone git://git.b1t.dev/nomxz.git
Log | Files | Refs | README

Gemfile.lock (1979B)


      1 GEM
      2   remote: https://rubygems.org/
      3   specs:
      4     addressable (2.8.1)
      5       public_suffix (>= 2.0.2, < 6.0)
      6     colorator (1.1.0)
      7     concurrent-ruby (1.1.10)
      8     em-websocket (0.5.3)
      9       eventmachine (>= 0.12.9)
     10       http_parser.rb (~> 0)
     11     eventmachine (1.2.7)
     12     ffi (1.15.5)
     13     forwardable-extended (2.6.0)
     14     http_parser.rb (0.8.0)
     15     i18n (1.12.0)
     16       concurrent-ruby (~> 1.0)
     17     jekyll (4.3.0)
     18       addressable (~> 2.4)
     19       colorator (~> 1.0)
     20       em-websocket (~> 0.5)
     21       i18n (~> 1.0)
     22       jekyll-sass-converter (>= 2.0, < 4.0)
     23       jekyll-watch (~> 2.0)
     24       kramdown (~> 2.3, >= 2.3.1)
     25       kramdown-parser-gfm (~> 1.0)
     26       liquid (~> 4.0)
     27       mercenary (>= 0.3.6, < 0.5)
     28       pathutil (~> 0.9)
     29       rouge (>= 3.0, < 5.0)
     30       safe_yaml (~> 1.0)
     31       terminal-table (>= 1.8, < 4.0)
     32       webrick (~> 1.7)
     33     jekyll-feed (0.17.0)
     34       jekyll (>= 3.7, < 5.0)
     35     jekyll-sass-converter (2.2.0)
     36       sassc (> 2.0.1, < 3.0)
     37     jekyll-seo-tag (2.8.0)
     38       jekyll (>= 3.8, < 5.0)
     39     jekyll-watch (2.2.1)
     40       listen (~> 3.0)
     41     kramdown (2.4.0)
     42       rexml
     43     kramdown-parser-gfm (1.1.0)
     44       kramdown (~> 2.0)
     45     liquid (4.0.3)
     46     listen (3.7.1)
     47       rb-fsevent (~> 0.10, >= 0.10.3)
     48       rb-inotify (~> 0.9, >= 0.9.10)
     49     mercenary (0.4.0)
     50     minima (2.5.1)
     51       jekyll (>= 3.5, < 5.0)
     52       jekyll-feed (~> 0.9)
     53       jekyll-seo-tag (~> 2.1)
     54     pathutil (0.16.2)
     55       forwardable-extended (~> 2.6)
     56     public_suffix (5.0.0)
     57     rb-fsevent (0.11.2)
     58     rb-inotify (0.10.1)
     59       ffi (~> 1.0)
     60     rexml (3.2.5)
     61     rouge (4.0.0)
     62     safe_yaml (1.0.5)
     63     sassc (2.4.0)
     64       ffi (~> 1.9)
     65     terminal-table (3.0.2)
     66       unicode-display_width (>= 1.1.1, < 3)
     67     unicode-display_width (2.3.0)
     68     webrick (1.7.0)
     69 
     70 PLATFORMS
     71   armv7l-linux-eabihf
     72 
     73 DEPENDENCIES
     74   http_parser.rb (~> 0.6.0)
     75   jekyll (~> 4.3.0)
     76   jekyll-feed (~> 0.12)
     77   minima (~> 2.5)
     78   tzinfo (>= 1, < 3)
     79   tzinfo-data
     80   wdm (~> 0.1.1)
     81 
     82 BUNDLED WITH
     83    2.3.23