Skip to content

Commit de55d1f

Browse files
authored
Merge branch 'next' into aidot-wifi-lights
2 parents f85d283 + e588b51 commit de55d1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+734
-399
lines changed

Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ group :development do
1010
gem 'stringex', '2.8.6'
1111
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
1212
gem 'sassc', '2.1.0'
13-
gem 'sass-embedded', '1.86.0'
14-
gem 'rubocop', '1.74.0'
15-
gem 'ruby-lsp', '0.23.12'
13+
gem 'sass-embedded', '1.86.1'
14+
gem 'rubocop', '1.75.1'
15+
gem 'ruby-lsp', '0.23.13'
1616
gem 'rackup', '2.2.1'
1717
end
1818

@@ -24,7 +24,7 @@ group :jekyll_plugins do
2424
end
2525

2626
gem 'sinatra', '4.1.1'
27-
gem 'nokogiri', '1.18.6'
27+
gem 'nokogiri', '1.18.7'
2828

2929
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
3030
# and associated library

Gemfile.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ GEM
3030
ffi (1.17.1-arm64-darwin)
3131
ffi (1.17.1-x86_64-linux-gnu)
3232
forwardable-extended (2.6.0)
33-
google-protobuf (4.30.1-arm64-darwin)
33+
google-protobuf (4.30.2-arm64-darwin)
3434
bigdecimal
3535
rake (>= 13)
36-
google-protobuf (4.30.1-x86_64-linux)
36+
google-protobuf (4.30.2-x86_64-linux)
3737
bigdecimal
3838
rake (>= 13)
3939
http_parser.rb (0.8.0)
@@ -81,17 +81,17 @@ GEM
8181
listen (3.9.0)
8282
rb-fsevent (~> 0.10, >= 0.10.3)
8383
rb-inotify (~> 0.9, >= 0.9.10)
84-
logger (1.6.6)
84+
logger (1.7.0)
8585
mercenary (0.4.0)
8686
multi_json (1.15.0)
8787
mustermann (3.0.3)
8888
ruby2_keywords (~> 0.0.1)
89-
nokogiri (1.18.6-arm64-darwin)
89+
nokogiri (1.18.7-arm64-darwin)
9090
racc (~> 1.4)
91-
nokogiri (1.18.6-x86_64-linux-gnu)
91+
nokogiri (1.18.7-x86_64-linux-gnu)
9292
racc (~> 1.4)
9393
parallel (1.26.3)
94-
parser (3.3.7.2)
94+
parser (3.3.7.4)
9595
ast (~> 2.4.1)
9696
racc
9797
pathutil (0.16.2)
@@ -114,26 +114,26 @@ GEM
114114
rb-fsevent (0.11.2)
115115
rb-inotify (0.11.1)
116116
ffi (~> 1.0)
117-
rbs (3.9.1)
117+
rbs (3.9.2)
118118
logger
119119
regexp_parser (2.10.0)
120120
rexml (3.4.1)
121121
rouge (4.5.1)
122-
rubocop (1.74.0)
122+
rubocop (1.75.1)
123123
json (~> 2.3)
124124
language_server-protocol (~> 3.17.0.2)
125125
lint_roller (~> 1.1.0)
126126
parallel (~> 1.10)
127127
parser (>= 3.3.0.2)
128128
rainbow (>= 2.2.2, < 4.0)
129129
regexp_parser (>= 2.9.3, < 3.0)
130-
rubocop-ast (>= 1.38.0, < 2.0)
130+
rubocop-ast (>= 1.43.0, < 2.0)
131131
ruby-progressbar (~> 1.7)
132132
unicode-display_width (>= 2.4.0, < 4.0)
133133
rubocop-ast (1.43.0)
134134
parser (>= 3.3.7.2)
135135
prism (~> 1.4)
136-
ruby-lsp (0.23.12)
136+
ruby-lsp (0.23.13)
137137
language_server-protocol (~> 3.17.0)
138138
prism (>= 1.2, < 2.0)
139139
rbs (>= 3, < 4)
@@ -142,9 +142,9 @@ GEM
142142
ruby2_keywords (0.0.5)
143143
safe_yaml (1.0.5)
144144
sass (3.4.25)
145-
sass-embedded (1.86.0-arm64-darwin)
145+
sass-embedded (1.86.1-arm64-darwin)
146146
google-protobuf (~> 4.30)
147-
sass-embedded (1.86.0-x86_64-linux-gnu)
147+
sass-embedded (1.86.1-x86_64-linux-gnu)
148148
google-protobuf (~> 4.30)
149149
sass-globbing (1.1.5)
150150
sass (>= 3.1)
@@ -159,7 +159,7 @@ GEM
159159
rack-protection (= 4.1.1)
160160
rack-session (>= 2.0.0, < 3)
161161
tilt (~> 2.0)
162-
sorbet-runtime (0.5.11956)
162+
sorbet-runtime (0.5.11980)
163163
stringex (2.8.6)
164164
terminal-table (3.0.2)
165165
unicode-display_width (>= 1.1.1, < 3)
@@ -182,12 +182,12 @@ DEPENDENCIES
182182
jekyll-paginate (= 1.1.0)
183183
jekyll-sitemap (= 1.4.0)
184184
jekyll-toc (= 0.19.0)
185-
nokogiri (= 1.18.6)
185+
nokogiri (= 1.18.7)
186186
rackup (= 2.2.1)
187187
rake (= 13.2.1)
188-
rubocop (= 1.74.0)
189-
ruby-lsp (= 0.23.12)
190-
sass-embedded (= 1.86.0)
188+
rubocop (= 1.75.1)
189+
ruby-lsp (= 0.23.13)
190+
sass-embedded (= 1.86.1)
191191
sass-globbing (= 1.1.5)
192192
sassc (= 2.1.0)
193193
sinatra (= 4.1.1)

0 commit comments

Comments
 (0)