dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README

Gemfile.lock (3901B)


      1 GEM
      2   remote: http://rubygems.org/
      3   specs:
      4     activesupport (4.1.11)
      5       i18n (~> 0.6, >= 0.6.9)
      6       json (~> 1.7, >= 1.7.7)
      7       minitest (~> 5.1)
      8       thread_safe (~> 0.1)
      9       tzinfo (~> 1.1)
     10     addressable (2.6.0)
     11       public_suffix (>= 2.0.2, < 4.0)
     12     colorator (1.1.0)
     13     concurrent-ruby (1.1.5)
     14     discogs-wrapper (2.4.0)
     15       hashie (~> 3.0)
     16       httparty (~> 0.14)
     17       oauth (~> 0.5.1)
     18     domain_name (0.5.20180417)
     19       unf (>= 0.0.5, < 1.0.0)
     20     em-websocket (0.5.1)
     21       eventmachine (>= 0.12.9)
     22       http_parser.rb (~> 0.6.0)
     23     equatable (0.5.0)
     24     eventmachine (1.2.7)
     25     ffi (1.10.0)
     26     forwardable-extended (2.6.0)
     27     hashie (3.6.0)
     28     highline (2.0.1)
     29     http-cookie (1.0.3)
     30       domain_name (~> 0.5)
     31     http_parser.rb (0.6.0)
     32     httparty (0.16.4)
     33       mime-types (~> 3.0)
     34       multi_xml (>= 0.5.2)
     35     i18n (0.9.5)
     36       concurrent-ruby (~> 1.0)
     37     jekyll (3.8.5)
     38       addressable (~> 2.4)
     39       colorator (~> 1.0)
     40       em-websocket (~> 0.5)
     41       i18n (~> 0.7)
     42       jekyll-sass-converter (~> 1.0)
     43       jekyll-watch (~> 2.0)
     44       kramdown (~> 1.14)
     45       liquid (~> 4.0)
     46       mercenary (~> 0.3.3)
     47       pathutil (~> 0.9)
     48       rouge (>= 1.7, < 4)
     49       safe_yaml (~> 1.0)
     50     jekyll-sass-converter (1.5.2)
     51       sass (~> 3.4)
     52     jekyll-watch (2.2.1)
     53       listen (~> 3.0)
     54     jira-ruby (1.5.0)
     55       activesupport
     56       multipart-post
     57       oauth (~> 0.5, >= 0.5.0)
     58     json (1.8.6)
     59     json_pure (2.2.0)
     60     kramdown (1.17.0)
     61     liquid (4.0.3)
     62     listen (3.1.5)
     63       rb-fsevent (~> 0.9, >= 0.9.4)
     64       rb-inotify (~> 0.9, >= 0.9.7)
     65       ruby_dep (~> 1.2)
     66     mdl (0.5.0)
     67       kramdown (~> 1.12, >= 1.12.0)
     68       mixlib-cli (~> 1.7, >= 1.7.0)
     69       mixlib-config (~> 2.2, >= 2.2.1)
     70     mercenary (0.3.6)
     71     mime-types (3.2.2)
     72       mime-types-data (~> 3.2015)
     73     mime-types-data (3.2018.0812)
     74     minitest (5.11.3)
     75     mixlib-cli (1.7.0)
     76     mixlib-config (2.2.18)
     77       tomlrb
     78     multi_xml (0.6.0)
     79     multipart-post (2.0.0)
     80     necromancer (0.4.0)
     81     netrc (0.11.0)
     82     oauth (0.5.4)
     83     pastel (0.7.2)
     84       equatable (~> 0.5.0)
     85       tty-color (~> 0.4.0)
     86     pathutil (0.16.2)
     87       forwardable-extended (~> 2.6)
     88     public_suffix (3.0.3)
     89     rb-fsevent (0.10.3)
     90     rb-inotify (0.10.0)
     91       ffi (~> 1.0)
     92     rest-client (2.0.2)
     93       http-cookie (>= 1.0.2, < 2.0)
     94       mime-types (>= 1.16, < 4.0)
     95       netrc (~> 0.8)
     96     rouge (3.3.0)
     97     ruby_dep (1.5.0)
     98     safe_yaml (1.0.5)
     99     sass (3.7.3)
    100       sass-listen (~> 4.0.0)
    101     sass-listen (4.0.0)
    102       rb-fsevent (~> 0.9, >= 0.9.4)
    103       rb-inotify (~> 0.9, >= 0.9.7)
    104     strings (0.1.4)
    105       strings-ansi (~> 0.1.0)
    106       unicode-display_width (~> 1.4.0)
    107       unicode_utils (~> 1.4.0)
    108     strings-ansi (0.1.0)
    109     terjira (0.4.3)
    110       activesupport (= 4.1.11)
    111       jira-ruby (= 1.5.0)
    112       thor (~> 0.19.0)
    113       tty-prompt (~> 0.16.1)
    114       tty-spinner (~> 0.4.1)
    115       tty-table (~> 0.10.0)
    116     thor (0.19.4)
    117     thread_safe (0.3.6)
    118     timers (4.3.0)
    119     tomlrb (1.2.8)
    120     tty-color (0.4.3)
    121     tty-cursor (0.5.0)
    122     tty-prompt (0.16.1)
    123       necromancer (~> 0.4.0)
    124       pastel (~> 0.7.0)
    125       timers (~> 4.0)
    126       tty-cursor (~> 0.5.0)
    127       tty-reader (~> 0.3.0)
    128     tty-reader (0.3.0)
    129       tty-cursor (~> 0.5.0)
    130       tty-screen (~> 0.6.4)
    131       wisper (~> 2.0.0)
    132     tty-screen (0.6.5)
    133     tty-spinner (0.4.1)
    134     tty-table (0.10.0)
    135       equatable (~> 0.5.0)
    136       necromancer (~> 0.4.0)
    137       pastel (~> 0.7.2)
    138       strings (~> 0.1.0)
    139       tty-screen (~> 0.6.4)
    140     tzinfo (1.2.5)
    141       thread_safe (~> 0.1)
    142     unf (0.1.4)
    143       unf_ext
    144     unf_ext (0.0.7.5)
    145     unicode-display_width (1.4.1)
    146     unicode_utils (1.4.0)
    147     vimgolf (0.4.8)
    148       highline
    149       json_pure
    150       thor (>= 0.14.6)
    151     wisper (2.0.0)
    152 
    153 PLATFORMS
    154   ruby
    155 
    156 DEPENDENCIES
    157   bundler
    158   discogs-wrapper
    159   jekyll
    160   mdl
    161   rest-client
    162   terjira
    163   vimgolf
    164 
    165 BUNDLED WITH
    166    2.1.4