Skip to content

Commit 11a9e1d

Browse files
authored
Merge pull request #315 from uswds/cm-POAM-september-2024
Public-sans - POAM: September '24
2 parents 74631a7 + d527415 commit 11a9e1d

File tree

5 files changed

+1177
-3792
lines changed

5 files changed

+1177
-3792
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.2.5

Gemfile.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ GEM
55
public_suffix (>= 2.0.2, < 7.0)
66
bigdecimal (3.1.8)
77
colorator (1.1.0)
8-
concurrent-ruby (1.3.3)
8+
concurrent-ruby (1.3.4)
99
daemons (1.4.1)
1010
em-websocket (0.5.3)
1111
eventmachine (>= 0.12.9)
1212
http_parser.rb (~> 0)
1313
eventmachine (1.2.7)
1414
ffi (1.17.0)
1515
forwardable-extended (2.6.0)
16-
google-protobuf (4.27.3)
16+
google-protobuf (4.28.2)
1717
bigdecimal
1818
rake (>= 13)
1919
http_parser.rb (0.8.0)
20-
i18n (1.14.5)
20+
i18n (1.14.6)
2121
concurrent-ruby (~> 1.0)
22-
jekyll (4.3.3)
22+
jekyll (4.3.4)
2323
addressable (~> 2.4)
2424
colorator (~> 1.0)
2525
em-websocket (~> 0.5)
@@ -56,22 +56,20 @@ GEM
5656
rb-fsevent (0.11.2)
5757
rb-inotify (0.11.1)
5858
ffi (~> 1.0)
59-
rexml (3.3.4)
60-
strscan
61-
rouge (4.3.0)
59+
rexml (3.3.8)
60+
rouge (4.4.0)
6261
safe_yaml (1.0.5)
63-
sass-embedded (1.77.8)
64-
google-protobuf (~> 4.26)
62+
sass-embedded (1.79.4)
63+
google-protobuf (~> 4.27)
6564
rake (>= 13)
66-
strscan (3.1.0)
6765
terminal-table (3.0.2)
6866
unicode-display_width (>= 1.1.1, < 3)
6967
thin (1.8.2)
7068
daemons (~> 1.0, >= 1.0.9)
7169
eventmachine (~> 1.0, >= 1.0.4)
7270
rack (>= 1, < 3)
73-
unicode-display_width (2.5.0)
74-
webrick (1.8.1)
71+
unicode-display_width (2.6.0)
72+
webrick (1.8.2)
7573

7674
PLATFORMS
7775
ruby

gulpfile.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ const WEBFONTS_SRC = "./fonts/webfonts";
1313
const WEBFONTS_DEST = "./site/assets/fonts";
1414

1515
function copyWebfonts() {
16-
return src(`${WEBFONTS_SRC}/**/**`)
17-
.pipe(dest(WEBFONTS_DEST));
16+
return src(`${WEBFONTS_SRC}/**/**`, {
17+
encoding: false,
18+
}).pipe(dest(WEBFONTS_DEST));
1819
}
1920

2021
function watchWebfonts() {

0 commit comments

Comments
 (0)