Skip to content

Commit fa5101d

Browse files
authored
chore: update bundle (#193)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 8134604 commit fa5101d

2 files changed

Lines changed: 31 additions & 48 deletions

File tree

Gemfile

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,17 @@ source "https://rubygems.org"
1010
#
1111
# This will help ensure the proper Jekyll version is running.
1212
# Happy Jekylling!
13-
gem 'jekyll', '~> 4.2'
13+
gem 'jekyll', '~> 4.3'
1414

1515
# This is the theme
16-
gem "just-the-docs", "0.4.0.rc2"
16+
gem "just-the-docs", "~> 0.5.3"
1717

1818
# This is needed for GitHub Flavored Markdown
1919
gem 'kramdown-parser-gfm'
2020

21-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
22-
# Using remote theme instead
23-
# gem 'just-the-docs'
24-
gem 'rake'
25-
26-
# If you want to use GitHub Pages, remove the 'gem 'jekyll'' above and
27-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
28-
# gem 'github-pages', group: :jekyll_plugins
29-
3021
# If you have any plugins, put them here!
3122
group :jekyll_plugins do
3223
gem 'jekyll-feed'
33-
gem 'jekyll-remote-theme'
3424
gem 'jekyll-seo-tag'
3525
end
3626

@@ -39,5 +29,3 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
3929

4030
# Performance-booster for watching directories on Windows
4131
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
42-
43-
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,87 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.1)
4+
addressable (2.8.4)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.10)
7+
concurrent-ruby (1.2.2)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
14+
google-protobuf (3.23.3-x86_64-darwin)
15+
google-protobuf (3.23.3-x86_64-linux)
1416
http_parser.rb (0.8.0)
15-
i18n (1.12.0)
17+
i18n (1.14.1)
1618
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.2)
19+
jekyll (4.3.2)
1820
addressable (~> 2.4)
1921
colorator (~> 1.0)
2022
em-websocket (~> 0.5)
2123
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
24+
jekyll-sass-converter (>= 2.0, < 4.0)
2325
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
26+
kramdown (~> 2.3, >= 2.3.1)
2527
kramdown-parser-gfm (~> 1.0)
2628
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
29+
mercenary (>= 0.3.6, < 0.5)
2830
pathutil (~> 0.9)
29-
rouge (~> 3.0)
31+
rouge (>= 3.0, < 5.0)
3032
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
32-
jekyll-feed (0.16.0)
33+
terminal-table (>= 1.8, < 4.0)
34+
webrick (~> 1.7)
35+
jekyll-feed (0.17.0)
3336
jekyll (>= 3.7, < 5.0)
34-
jekyll-remote-theme (0.4.3)
35-
addressable (~> 2.0)
36-
jekyll (>= 3.5, < 5.0)
37-
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
38-
rubyzip (>= 1.3.0, < 3.0)
39-
jekyll-sass-converter (2.2.0)
40-
sassc (> 2.0.1, < 3.0)
37+
jekyll-sass-converter (3.0.0)
38+
sass-embedded (~> 1.54)
4139
jekyll-seo-tag (2.8.0)
4240
jekyll (>= 3.8, < 5.0)
4341
jekyll-watch (2.2.1)
4442
listen (~> 3.0)
45-
just-the-docs (0.4.0.rc2)
43+
just-the-docs (0.5.3)
4644
jekyll (>= 3.8.5)
4745
jekyll-seo-tag (>= 2.0)
4846
rake (>= 12.3.1)
4947
kramdown (2.4.0)
5048
rexml
5149
kramdown-parser-gfm (1.1.0)
5250
kramdown (~> 2.0)
53-
liquid (4.0.3)
54-
listen (3.7.1)
51+
liquid (4.0.4)
52+
listen (3.8.0)
5553
rb-fsevent (~> 0.10, >= 0.10.3)
5654
rb-inotify (~> 0.9, >= 0.9.10)
5755
mercenary (0.4.0)
5856
pathutil (0.16.2)
5957
forwardable-extended (~> 2.6)
60-
public_suffix (5.0.0)
58+
public_suffix (5.0.1)
6159
rake (13.0.6)
6260
rb-fsevent (0.11.2)
6361
rb-inotify (0.10.1)
6462
ffi (~> 1.0)
6563
rexml (3.2.5)
66-
rouge (3.30.0)
67-
rubyzip (2.3.2)
64+
rouge (4.1.2)
6865
safe_yaml (1.0.5)
69-
sassc (2.4.0)
70-
ffi (~> 1.9)
71-
terminal-table (2.0.0)
72-
unicode-display_width (~> 1.1, >= 1.1.1)
73-
unicode-display_width (1.8.0)
74-
webrick (1.7.0)
66+
sass-embedded (1.63.6)
67+
google-protobuf (~> 3.23)
68+
rake (>= 13.0.0)
69+
terminal-table (3.0.2)
70+
unicode-display_width (>= 1.1.1, < 3)
71+
unicode-display_width (2.4.2)
72+
webrick (1.8.1)
7573

7674
PLATFORMS
7775
x86_64-darwin-21
7876
x86_64-linux
7977

8078
DEPENDENCIES
81-
jekyll (~> 4.2)
79+
jekyll (~> 4.3)
8280
jekyll-feed
83-
jekyll-remote-theme
8481
jekyll-seo-tag
85-
just-the-docs (= 0.4.0.rc2)
82+
just-the-docs (~> 0.5.3)
8683
kramdown-parser-gfm
87-
rake
8884
tzinfo-data
89-
webrick (~> 1.7)
9085

9186
BUNDLED WITH
9287
2.3.7

0 commit comments

Comments
 (0)