Skip to content

Commit 44d6027

Browse files
Bump just-the-docs from 0.8.1 to 0.8.2, bump transitive dependencies (#45)
* Bump just-the-docs from 0.8.1 to 0.8.2 Bumps [just-the-docs](https://github.com/just-the-docs/just-the-docs) from 0.8.1 to 0.8.2. - [Release notes](https://github.com/just-the-docs/just-the-docs/releases) - [Changelog](https://github.com/just-the-docs/just-the-docs/blob/main/CHANGELOG.md) - [Commits](https://github.com/just-the-docs/just-the-docs/commits) --- updated-dependencies: - dependency-name: just-the-docs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Run `bundle update` Not sure what's going on with `sass-embedded` here... * Regenerate `Gemfile.lock` on a "clean" linux box This was an absolute pain to figure out * Prune platform list * Regen `Gemfile.lock` with updated RubyGems; modifies Netlify env var to use 3.3.0 See: sass-contrib/sass-embedded-host-ruby#176 sass-contrib/sass-embedded-host-ruby#187 * Attempt at manually trimming platform constraints --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Wang <[email protected]>
1 parent d078c61 commit 44d6027

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
33
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
44
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
55

6-
gem "just-the-docs", "0.8.1" # pinned to the current release
6+
gem "just-the-docs", "0.8.2" # pinned to the current release
77
# gem "just-the-docs" # always download the latest release

Gemfile.lock

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,21 @@ GEM
44
addressable (2.8.6)
55
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.2.3)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.1-arm64-darwin)
15-
google-protobuf (3.25.1-x86_64-linux)
14+
google-protobuf (4.26.1)
15+
rake (>= 13)
16+
google-protobuf (4.26.1-arm64-darwin)
17+
rake (>= 13)
18+
google-protobuf (4.26.1-x86_64-linux)
19+
rake (>= 13)
1620
http_parser.rb (0.8.0)
17-
i18n (1.14.1)
21+
i18n (1.14.4)
1822
concurrent-ruby (~> 1.0)
1923
jekyll (4.3.3)
2024
addressable (~> 2.4)
@@ -40,7 +44,7 @@ GEM
4044
jekyll (>= 3.8, < 5.0)
4145
jekyll-watch (2.2.1)
4246
listen (~> 3.0)
43-
just-the-docs (0.8.1)
47+
just-the-docs (0.8.2)
4448
jekyll (>= 3.8.5)
4549
jekyll-include-cache
4650
jekyll-seo-tag (>= 2.0)
@@ -50,36 +54,39 @@ GEM
5054
kramdown-parser-gfm (1.1.0)
5155
kramdown (~> 2.0)
5256
liquid (4.0.4)
53-
listen (3.8.0)
57+
listen (3.9.0)
5458
rb-fsevent (~> 0.10, >= 0.10.3)
5559
rb-inotify (~> 0.9, >= 0.9.10)
5660
mercenary (0.4.0)
5761
pathutil (0.16.2)
5862
forwardable-extended (~> 2.6)
59-
public_suffix (5.0.4)
60-
rake (13.1.0)
63+
public_suffix (5.0.5)
64+
rake (13.2.1)
6165
rb-fsevent (0.11.2)
6266
rb-inotify (0.10.1)
6367
ffi (~> 1.0)
6468
rexml (3.2.6)
65-
rouge (4.2.0)
69+
rouge (4.2.1)
6670
safe_yaml (1.0.5)
67-
sass-embedded (1.69.5-arm64-darwin)
68-
google-protobuf (~> 3.23)
69-
sass-embedded (1.69.5-x86_64-linux-gnu)
70-
google-protobuf (~> 3.23)
71+
sass-embedded (1.75.0)
72+
google-protobuf (>= 3.25, < 5.0)
73+
rake (>= 13.0.0)
74+
sass-embedded (1.75.0-arm64-darwin)
75+
google-protobuf (>= 3.25, < 5.0)
76+
sass-embedded (1.75.0-x86_64-linux-gnu)
77+
google-protobuf (>= 3.25, < 5.0)
7178
terminal-table (3.0.2)
7279
unicode-display_width (>= 1.1.1, < 3)
7380
unicode-display_width (2.5.0)
7481
webrick (1.8.1)
7582

7683
PLATFORMS
77-
arm64-darwin-23
78-
x86_64-linux
84+
arm64-darwin
85+
x86_64-linux-gnu
7986

8087
DEPENDENCIES
8188
jekyll (~> 4.3.3)
82-
just-the-docs (= 0.8.1)
89+
just-the-docs (= 0.8.2)
8390

8491
BUNDLED WITH
85-
2.3.26
92+
2.5.9

0 commit comments

Comments
 (0)