nixpkgs/pkgs/applications/misc/jekyll/basic/Gemfile.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

120 lines
2.7 KiB
Plaintext
Raw Normal View History

2015-05-16 17:26:07 +00:00
GEM
remote: https://rubygems.org/
specs:
2024-02-26 20:33:20 +00:00
activesupport (7.1.3.2)
base64
bigdecimal
2019-08-21 08:57:28 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2024-02-26 20:33:20 +00:00
connection_pool (>= 2.2.5)
drb
2020-12-14 15:34:55 +00:00
i18n (>= 1.6, < 2)
minitest (>= 5.1)
2024-02-26 20:33:20 +00:00
mutex_m
2020-12-14 15:34:55 +00:00
tzinfo (~> 2.0)
2024-02-26 20:33:20 +00:00
addressable (2.8.6)
2022-10-15 19:23:22 +00:00
public_suffix (>= 2.0.2, < 6.0)
2024-02-26 20:33:20 +00:00
base64 (0.2.0)
bigdecimal (3.1.6)
2017-03-04 01:08:53 +00:00
colorator (1.1.0)
2024-02-26 20:33:20 +00:00
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
drb (2.2.0)
ruby2_keywords
2022-10-15 19:23:22 +00:00
em-websocket (0.5.3)
2018-02-19 16:22:25 +00:00
eventmachine (>= 0.12.9)
2022-10-15 19:23:22 +00:00
http_parser.rb (~> 0)
2018-05-19 19:45:40 +00:00
eventmachine (1.2.7)
2024-02-26 20:33:20 +00:00
ffi (1.16.3)
2017-03-04 01:08:53 +00:00
forwardable-extended (2.6.0)
2024-02-26 20:33:20 +00:00
gemoji (4.1.0)
google-protobuf (3.25.3)
2022-10-15 19:23:22 +00:00
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
2022-10-15 19:23:22 +00:00
http_parser.rb (0.8.0)
2024-02-26 20:33:20 +00:00
i18n (1.14.1)
2018-02-19 16:22:25 +00:00
concurrent-ruby (~> 1.0)
2024-02-26 20:33:20 +00:00
jekyll (4.3.3)
2017-03-04 01:08:53 +00:00
addressable (~> 2.4)
colorator (~> 1.0)
2018-02-19 16:22:25 +00:00
em-websocket (~> 0.5)
2020-05-27 18:57:25 +00:00
i18n (~> 1.0)
2022-11-23 12:21:20 +00:00
jekyll-sass-converter (>= 2.0, < 4.0)
2018-02-19 16:22:25 +00:00
jekyll-watch (~> 2.0)
2022-11-23 12:21:20 +00:00
kramdown (~> 2.3, >= 2.3.1)
2019-08-21 08:57:28 +00:00
kramdown-parser-gfm (~> 1.0)
2018-02-19 16:22:25 +00:00
liquid (~> 4.0)
2022-11-23 12:21:20 +00:00
mercenary (>= 0.3.6, < 0.5)
2017-03-04 01:08:53 +00:00
pathutil (~> 0.9)
2022-11-23 12:21:20 +00:00
rouge (>= 3.0, < 5.0)
2015-05-16 17:26:07 +00:00
safe_yaml (~> 1.0)
2022-11-23 12:21:20 +00:00
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
2022-10-15 19:23:22 +00:00
jekyll-avatar (0.8.0)
jekyll (>= 3.0, < 5.0)
2020-05-10 13:10:32 +00:00
jekyll-mentions (1.6.0)
html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0)
2024-02-26 20:33:20 +00:00
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
2022-10-15 19:23:22 +00:00
jekyll-seo-tag (2.8.0)
2020-12-14 15:34:55 +00:00
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
2018-02-19 16:22:25 +00:00
listen (~> 3.0)
2022-11-23 12:21:20 +00:00
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
2022-10-15 19:23:22 +00:00
kramdown (2.4.0)
2020-05-10 13:10:32 +00:00
rexml
2019-08-21 08:57:28 +00:00
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
2024-02-26 20:33:20 +00:00
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
2020-05-27 18:57:25 +00:00
mercenary (0.4.0)
2024-02-26 20:33:20 +00:00
mini_portile2 (2.8.5)
minitest (5.22.2)
mutex_m (0.2.0)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
2021-03-04 14:49:11 +00:00
racc (~> 1.4)
2018-11-05 20:54:32 +00:00
pathutil (0.16.2)
2017-03-04 01:08:53 +00:00
forwardable-extended (~> 2.6)
2024-02-26 20:33:20 +00:00
public_suffix (5.0.4)
racc (1.7.3)
rake (13.1.0)
2022-10-15 19:23:22 +00:00
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
2024-02-26 20:33:20 +00:00
rexml (3.2.6)
rouge (4.2.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
2024-02-26 20:33:20 +00:00
sass-embedded (1.71.1)
google-protobuf (~> 3.25)
rake (>= 13.0.0)
2022-11-23 12:21:20 +00:00
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
2024-02-26 20:33:20 +00:00
tzinfo (2.0.6)
2020-12-14 15:34:55 +00:00
concurrent-ruby (~> 1.0)
2024-02-26 20:33:20 +00:00
unicode-display_width (2.5.0)
webrick (1.8.1)
2015-05-16 17:26:07 +00:00
PLATFORMS
ruby
DEPENDENCIES
jekyll
jekyll-avatar
jekyll-mentions
jekyll-seo-tag
jekyll-sitemap
jemoji
BUNDLED WITH
2024-02-26 20:33:20 +00:00
2.5.6