Skip to content

Commit b38d1a5

Browse files
authored
Update to latest Gems, particularly sass 1.64.2 -> 1.67.0 (#5194)
Gets the latest improvements and slightly reduces build times. Also removes unused `_config_now.yml` file.
1 parent e639040 commit b38d1a5

File tree

3 files changed

+11
-20
lines changed

3 files changed

+11
-20
lines changed

Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ GEM
1818
forwardable-extended (~> 2.5)
1919
ffi (1.15.5)
2020
forwardable-extended (2.6.0)
21-
google-protobuf (3.23.4)
22-
google-protobuf (3.23.4-aarch64-linux)
23-
google-protobuf (3.23.4-x86_64-linux)
21+
google-protobuf (3.24.3)
22+
google-protobuf (3.24.3-aarch64-linux)
23+
google-protobuf (3.24.3-x86_64-linux)
2424
http_parser.rb (0.8.0)
2525
i18n (1.14.1)
2626
concurrent-ruby (~> 1.0)
@@ -61,12 +61,12 @@ GEM
6161
mercenary (0.4.0)
6262
mini_portile2 (2.8.4)
6363
minitest (5.20.0)
64-
nokogiri (1.15.3)
64+
nokogiri (1.15.4)
6565
mini_portile2 (~> 2.8.2)
6666
racc (~> 1.4)
67-
nokogiri (1.15.3-aarch64-linux)
67+
nokogiri (1.15.4-aarch64-linux)
6868
racc (~> 1.4)
69-
nokogiri (1.15.3-x86_64-linux)
69+
nokogiri (1.15.4-x86_64-linux)
7070
racc (~> 1.4)
7171
pathutil (0.16.2)
7272
forwardable-extended (~> 2.6)
@@ -79,12 +79,12 @@ GEM
7979
rexml (3.2.6)
8080
rouge (4.1.3)
8181
safe_yaml (1.0.5)
82-
sass-embedded (1.64.2)
82+
sass-embedded (1.67.0)
8383
google-protobuf (~> 3.23)
8484
rake (>= 13.0.0)
85-
sass-embedded (1.64.2-aarch64-linux-gnu)
85+
sass-embedded (1.67.0-aarch64-linux-gnu)
8686
google-protobuf (~> 3.23)
87-
sass-embedded (1.64.2-x86_64-linux-gnu)
87+
sass-embedded (1.67.0-x86_64-linux-gnu)
8888
google-protobuf (~> 3.23)
8989
terminal-table (3.0.2)
9090
unicode-display_width (>= 1.1.1, < 3)
@@ -108,4 +108,4 @@ DEPENDENCIES
108108
webrick
109109

110110
BUNDLED WITH
111-
2.4.18
111+
2.4.19

_config_dev.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Site settings for development mode
2-
# url: https://dartlang-org-dev.firebaseapp.com
3-
# url: https://dartlang-org-staging-0.firebaseapp.com
42

53
# Dev url inside Docker container
64
url: http://0.0.0.0:4000
75
sass:
8-
cache: true
9-
style: extended
6+
style: extended

_config_now.yml

-6
This file was deleted.

0 commit comments

Comments
 (0)