Skip to content

Commit fa41cbb

Browse files
Stephen CasperStephen Casper
authored andcommitted
routine update
1 parent 2658ec7 commit fa41cbb

34 files changed

+369
-196
lines changed

.DS_Store

8 KB
Binary file not shown.

.idea/workspace.xml

Lines changed: 31 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ GEM
1616
faraday-net_http (3.0.2)
1717
ffi (1.15.5)
1818
forwardable-extended (2.6.0)
19+
google-protobuf (3.22.0-arm64-darwin)
1920
google-protobuf (3.22.0-x86_64-darwin)
2021
google-protobuf (3.22.0-x86_64-linux)
2122
http_parser.rb (0.8.0)
2223
i18n (1.12.0)
2324
concurrent-ruby (~> 1.0)
24-
jekyll (4.3.2)
25+
jekyll (4.3.4)
2526
addressable (~> 2.4)
2627
colorator (~> 1.0)
2728
em-websocket (~> 0.5)
@@ -65,9 +66,11 @@ GEM
6566
rb-fsevent (~> 0.10, >= 0.10.3)
6667
rb-inotify (~> 0.9, >= 0.9.10)
6768
mercenary (0.4.0)
68-
nokogiri (1.14.2-x86_64-darwin)
69+
nokogiri (1.13.10-arm64-darwin)
6970
racc (~> 1.4)
70-
nokogiri (1.14.2-x86_64-linux)
71+
nokogiri (1.13.10-x86_64-darwin)
72+
racc (~> 1.4)
73+
nokogiri (1.13.10-x86_64-linux)
7174
racc (~> 1.4)
7275
octokit (4.25.1)
7376
faraday (>= 1, < 3)
@@ -81,7 +84,7 @@ GEM
8184
rb-inotify (0.10.1)
8285
ffi (~> 1.0)
8386
rexml (3.2.5)
84-
rouge (4.1.0)
87+
rouge (3.30.0)
8588
rspec (3.12.0)
8689
rspec-core (~> 3.12.0)
8790
rspec-expectations (~> 3.12.0)
@@ -97,9 +100,11 @@ GEM
97100
rspec-support (3.12.0)
98101
ruby2_keywords (0.0.5)
99102
safe_yaml (1.0.5)
103+
sass-embedded (1.58.3-arm64-darwin)
104+
google-protobuf (~> 3.21)
100105
sass-embedded (1.58.3-x86_64-darwin)
101106
google-protobuf (~> 3.21)
102-
sass-embedded (1.58.3-x86_64-linux-gnu)
107+
sass-embedded (1.58.3-x86_64-linux)
103108
google-protobuf (~> 3.21)
104109
sawyer (0.9.2)
105110
addressable (>= 2.3.5)
@@ -110,6 +115,7 @@ GEM
110115
webrick (1.8.1)
111116

112117
PLATFORMS
118+
arm64-darwin-23
113119
x86_64-darwin-21
114120
x86_64-linux
115121

@@ -125,4 +131,4 @@ DEPENDENCIES
125131
sass-embedded
126132

127133
BUNDLED WITH
128-
2.3.7
134+
2.4.22

0 commit comments

Comments
 (0)