comparison Gemfile.lock @ 182:7a664b44fd8d

Use Bundler for consistent development environment with Jekyll. * README.md: Update documentation for new development workflow * Makefile: Remove custom tool version checks. * _config.yml: Adapt to Bundler workflow. * Gemfile: Document requirements for Bundler. * Gemfile.lock: Document currently used tool versions for Bundler.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Wed, 20 May 2020 14:05:39 +0900
parents
children ff5b4e46fe3d
comparison
equal deleted inserted replaced
181:0fe4f2163a9c 182:7a664b44fd8d
1 GEM
2 remote: https://rubygems.org/
3 specs:
4 addressable (2.7.0)
5 public_suffix (>= 2.0.2, < 5.0)
6 colorator (1.1.0)
7 concurrent-ruby (1.1.6)
8 em-websocket (0.5.1)
9 eventmachine (>= 0.12.9)
10 http_parser.rb (~> 0.6.0)
11 eventmachine (1.2.7)
12 ffi (1.12.2)
13 forwardable-extended (2.6.0)
14 http_parser.rb (0.6.0)
15 i18n (0.9.5)
16 concurrent-ruby (~> 1.0)
17 jekyll (3.8.7)
18 addressable (~> 2.4)
19 colorator (~> 1.0)
20 em-websocket (~> 0.5)
21 i18n (~> 0.7)
22 jekyll-sass-converter (~> 1.0)
23 jekyll-watch (~> 2.0)
24 kramdown (~> 1.14)
25 liquid (~> 4.0)
26 mercenary (~> 0.3.3)
27 pathutil (~> 0.9)
28 rouge (>= 1.7, < 4)
29 safe_yaml (~> 1.0)
30 jekyll-feed (0.13.0)
31 jekyll (>= 3.7, < 5.0)
32 jekyll-sass-converter (1.5.2)
33 sass (~> 3.4)
34 jekyll-watch (2.2.1)
35 listen (~> 3.0)
36 kramdown (1.17.0)
37 liquid (4.0.3)
38 listen (3.2.1)
39 rb-fsevent (~> 0.10, >= 0.10.3)
40 rb-inotify (~> 0.9, >= 0.9.10)
41 mercenary (0.3.6)
42 multi_json (1.14.1)
43 pathutil (0.16.2)
44 forwardable-extended (~> 2.6)
45 public_suffix (4.0.5)
46 pygments.rb (1.2.1)
47 multi_json (>= 1.0.0)
48 rb-fsevent (0.10.4)
49 rb-inotify (0.10.1)
50 ffi (~> 1.0)
51 rouge (3.19.0)
52 safe_yaml (1.0.5)
53 sass (3.7.4)
54 sass-listen (~> 4.0.0)
55 sass-listen (4.0.0)
56 rb-fsevent (~> 0.9, >= 0.9.4)
57 rb-inotify (~> 0.9, >= 0.9.7)
58 thread_safe (0.3.6)
59 tzinfo (1.2.7)
60 thread_safe (~> 0.1)
61 tzinfo-data (1.2020.1)
62 tzinfo (>= 1.0.0)
63 wdm (0.1.1)
64
65 PLATFORMS
66 ruby
67
68 DEPENDENCIES
69 jekyll (~> 3.8.6)
70 jekyll-feed (~> 0.6)
71 pygments.rb
72 tzinfo (~> 1.2)
73 tzinfo-data
74 wdm (~> 0.1.0)
75
76 BUNDLED WITH
77 1.16.1