Skip to content

Commit 28706d4

Browse files
authored
Merge pull request #1235 from llmware-ai/update-010526-docs-gem-ver
update doc gem versions
2 parents a0983c0 + cc3b07d commit 28706d4

File tree

3 files changed

+106
-4
lines changed

3 files changed

+106
-4
lines changed

docs/1.0.4

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
Fetching gem metadata from https://rubygems.org/..........
2+
Resolving dependencies...
3+
Resolving dependencies...
4+
Fetching rake 13.2.1
5+
Installing rake 13.2.1
6+
Fetching public_suffix 6.0.1
7+
Fetching bigdecimal 3.1.8
8+
Fetching colorator 1.1.0
9+
Fetching concurrent-ruby 1.3.4
10+
Fetching eventmachine 1.2.7
11+
Fetching uri 1.1.1 (was 1.0.1)
12+
Fetching http_parser.rb 0.8.0
13+
Fetching json 2.8.1
14+
Installing colorator 1.1.0
15+
Fetching logger 1.6.1
16+
Installing uri 1.1.1 (was 1.0.1)
17+
Fetching ffi 1.17.0
18+
Installing bigdecimal 3.1.8 with native extensions
19+
Installing public_suffix 6.0.1
20+
Fetching forwardable-extended 2.6.0
21+
Installing logger 1.6.1
22+
Fetching rb-fsevent 0.11.2
23+
Installing json 2.8.1 with native extensions
24+
Installing eventmachine 1.2.7 with native extensions
25+
Installing forwardable-extended 2.6.0
26+
Fetching rexml 3.3.9
27+
Installing rb-fsevent 0.11.2
28+
Fetching liquid 4.0.4
29+
Installing liquid 4.0.4
30+
Installing rexml 3.3.9
31+
Installing http_parser.rb 0.8.0 with native extensions
32+
Fetching mercenary 0.4.0
33+
Fetching rouge 4.4.0
34+
Installing concurrent-ruby 1.3.4
35+
Installing mercenary 0.4.0
36+
Fetching safe_yaml 1.0.5
37+
Installing safe_yaml 1.0.5
38+
Fetching unicode-display_width 2.6.0
39+
Fetching webrick 1.9.0
40+
Installing unicode-display_width 2.6.0
41+
Fetching net-http 0.5.0
42+
Installing ffi 1.17.0 with native extensions
43+
Installing webrick 1.9.0
44+
Installing net-http 0.5.0
45+
Fetching addressable 2.8.7
46+
Installing rouge 4.4.0
47+
Fetching pathutil 0.16.2
48+
Installing pathutil 0.16.2
49+
Installing addressable 2.8.7
50+
Fetching kramdown 2.4.0
51+
Fetching i18n 1.14.6
52+
Installing kramdown 2.4.0
53+
Installing i18n 1.14.6
54+
Fetching terminal-table 3.0.2
55+
Installing terminal-table 3.0.2
56+
Fetching faraday-net_http 3.3.0
57+
Installing faraday-net_http 3.3.0
58+
Fetching kramdown-parser-gfm 1.1.0
59+
Installing kramdown-parser-gfm 1.1.0
60+
Fetching faraday 2.12.0
61+
Installing faraday 2.12.0
62+
Fetching sawyer 0.9.2
63+
Installing sawyer 0.9.2
64+
Fetching octokit 6.1.1
65+
Installing octokit 6.1.1
66+
Fetching google-protobuf 4.28.3
67+
Installing google-protobuf 4.28.3 with native extensions
68+
Fetching sass-embedded 1.80.6 (x64-mingw-ucrt)
69+
Fetching em-websocket 0.5.3
70+
Installing em-websocket 0.5.3
71+
Installing sass-embedded 1.80.6 (x64-mingw-ucrt)
72+
Fetching jekyll-sass-converter 3.0.0
73+
Installing jekyll-sass-converter 3.0.0
74+
Fetching rb-inotify 0.11.1
75+
Installing rb-inotify 0.11.1
76+
Fetching listen 3.9.0
77+
Installing listen 3.9.0
78+
Fetching jekyll-watch 2.2.1
79+
Installing jekyll-watch 2.2.1
80+
Fetching jekyll 4.3.4
81+
Installing jekyll 4.3.4
82+
Fetching jekyll-default-layout 0.1.5
83+
Fetching jekyll-github-metadata 2.16.1
84+
Fetching jekyll-seo-tag 2.8.0
85+
Fetching jekyll-include-cache 0.2.1
86+
Installing jekyll-include-cache 0.2.1
87+
Installing jekyll-github-metadata 2.16.1
88+
Installing jekyll-seo-tag 2.8.0
89+
Installing jekyll-default-layout 0.1.5
90+
Fetching just-the-docs 0.7.0
91+
Installing just-the-docs 0.7.0
92+
Bundle updated!
93+
Post-install message from i18n:
94+
PSA: I18n will be dropping support for Ruby < 3.2 in the next major release (April 2025), due to Ruby's end of life for 3.1 and below (https://endoflife.date/ruby). Please upgrade to Ruby 3.2 or newer by April 2025 to continue using future versions of this gem.

docs/3.4.2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Fetching gem metadata from https://rubygems.org/..........
2+
Resolving dependencies...
3+
Resolving dependencies...
4+
Using rexml 3.4.4 (was 3.3.9)
5+
Bundle updated!

docs/Gemfile.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ GEM
106106
rb-fsevent (0.11.2)
107107
rb-inotify (0.11.1)
108108
ffi (~> 1.0)
109-
rexml (3.3.9)
109+
rexml (3.4.4)
110110
rouge (4.4.0)
111111
safe_yaml (1.0.5)
112112
sass-embedded (1.80.6)
@@ -134,6 +134,8 @@ GEM
134134
google-protobuf (~> 4.28)
135135
sass-embedded (1.80.6-riscv64-linux-musl)
136136
google-protobuf (~> 4.28)
137+
sass-embedded (1.80.6-x64-mingw-ucrt)
138+
google-protobuf (~> 4.28)
137139
sass-embedded (1.80.6-x86-cygwin)
138140
google-protobuf (~> 4.28)
139141
sass-embedded (1.80.6-x86-linux-android)
@@ -160,7 +162,7 @@ GEM
160162
terminal-table (3.0.2)
161163
unicode-display_width (>= 1.1.1, < 3)
162164
unicode-display_width (2.6.0)
163-
uri (1.0.1)
165+
uri (1.1.1)
164166
webrick (1.9.0)
165167

166168
PLATFORMS
@@ -179,6 +181,7 @@ PLATFORMS
179181
riscv64-linux-gnu
180182
riscv64-linux-musl
181183
ruby
184+
x64-mingw-ucrt
182185
x86-cygwin
183186
x86-linux
184187
x86-linux-android
@@ -203,7 +206,7 @@ DEPENDENCIES
203206
rexml (>= 3.3.9)
204207

205208
RUBY VERSION
206-
ruby 3.3.6p108
209+
ruby 3.3.6p108
207210

208211
BUNDLED WITH
209-
2.5.23
212+
4.0.3

0 commit comments

Comments
 (0)