aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:10:30 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-10-22 18:10:30 +0200
commit929dd7aef6def2bc115cb8e1634c9a2d2f9154b9 (patch)
tree362fa27116636ac240a335511f427c8ae0690080 /Gemfile.lock
parentworkflows: set remote port (diff)
downloadjekyll-theme-929dd7aef6def2bc115cb8e1634c9a2d2f9154b9.tar.gz
jekyll-theme-929dd7aef6def2bc115cb8e1634c9a2d2f9154b9.zip
Revert "upgrade to Jekyll 4"
This reverts commit 2437fdc5f71b87a4595b27fdbd74663512fe7d32. OMFG: https://github.com/jekyll/github-metadata/issues/242
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock83
1 files changed, 51 insertions, 32 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3d57c5c..44afe3d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,46 +1,63 @@
GEM
remote: https://rubygems.org/
specs:
- addressable (2.8.1)
- public_suffix (>= 2.0.2, < 6.0)
+ addressable (2.8.0)
+ public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
- faraday (2.6.0)
- faraday-net_http (>= 2.0, < 3.1)
+ faraday (1.10.0)
+ faraday-em_http (~> 1.0)
+ faraday-em_synchrony (~> 1.0)
+ faraday-excon (~> 1.1)
+ faraday-httpclient (~> 1.0)
+ faraday-multipart (~> 1.0)
+ faraday-net_http (~> 1.0)
+ faraday-net_http_persistent (~> 1.0)
+ faraday-patron (~> 1.0)
+ faraday-rack (~> 1.0)
+ faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4)
- faraday-net_http (3.0.1)
+ faraday-em_http (1.0.0)
+ faraday-em_synchrony (1.0.0)
+ faraday-excon (1.1.0)
+ faraday-httpclient (1.0.1)
+ faraday-multipart (1.0.3)
+ multipart-post (>= 1.2, < 3)
+ faraday-net_http (1.0.1)
+ faraday-net_http_persistent (1.2.0)
+ faraday-patron (1.0.0)
+ faraday-rack (1.0.0)
+ faraday-retry (1.0.3)
ffi (1.15.5)
forwardable-extended (2.6.0)
htmlbeautifier (1.4.2)
htmlcompressor (0.4.0)
http_parser.rb (0.8.0)
- i18n (1.12.0)
+ i18n (0.9.5)
concurrent-ruby (~> 1.0)
- jekyll (4.2.2)
+ jekyll (3.9.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
- i18n (~> 1.0)
- jekyll-sass-converter (~> 2.0)
+ i18n (~> 0.7)
+ jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
- kramdown (~> 2.3)
- kramdown-parser-gfm (~> 1.0)
+ kramdown (>= 1.17, < 3)
liquid (~> 4.0)
- mercenary (~> 0.4.0)
+ mercenary (~> 0.3.3)
pathutil (~> 0.9)
- rouge (~> 3.0)
+ rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
- terminal-table (~> 2.0)
- jekyll-github-metadata (2.15.0)
+ jekyll-github-metadata (2.14.0)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
jekyll-paginate (1.1.0)
- jekyll-sass-converter (2.2.0)
- sassc (> 2.0.1, < 3.0)
+ jekyll-sass-converter (1.5.2)
+ sass (~> 3.4)
jekyll-tidy (0.2.2)
htmlbeautifier
htmlcompressor
@@ -55,37 +72,39 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
- mercenary (0.4.0)
- octokit (4.25.1)
- faraday (>= 1, < 3)
- sawyer (~> 0.9)
+ mercenary (0.3.6)
+ multipart-post (2.1.1)
+ octokit (4.22.0)
+ faraday (>= 0.9)
+ sawyer (~> 0.8.0, >= 0.5.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (5.0.0)
- rb-fsevent (0.11.2)
+ public_suffix (4.0.7)
+ rb-fsevent (0.11.1)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
- rouge (3.30.0)
+ rouge (3.28.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
- sassc (2.4.0)
- ffi (~> 1.9)
- sawyer (0.9.2)
+ sass (3.7.4)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ sawyer (0.8.2)
addressable (>= 2.3.5)
- faraday (>= 0.17.3, < 3)
- terminal-table (2.0.0)
- unicode-display_width (~> 1.1, >= 1.1.1)
- unicode-display_width (1.8.0)
+ faraday (> 0.8, < 2.0)
PLATFORMS
x86_64-linux
DEPENDENCIES
- jekyll (~> 4)
+ jekyll (~> 3)
jekyll-github-metadata
jekyll-paginate
jekyll-tidy
+ kramdown-parser-gfm
BUNDLED WITH
2.3.13