Merge branch 'current' into rc

This commit is contained in:
Franck Nijhof 2024-03-06 13:22:06 +01:00
commit 7b6bb3e535
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 14 additions and 13 deletions

View File

@ -18,7 +18,7 @@ jobs:
app_id: ${{ secrets.PROJECTS_APP_ID }}
private_key: ${{ secrets.PROJECTS_APP_PEM }}
- name: Add to Project
uses: actions/add-to-project@v0.5.0
uses: actions/add-to-project@v0.6.0
with:
project-url: https://github.com/orgs/home-assistant/projects/10
github-token: ${{ steps.token.outputs.token }}

View File

@ -10,8 +10,8 @@ group :development do
gem 'stringex', '2.8.6'
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
gem 'sassc', '2.1.0'
gem 'rubocop', '1.60.2'
gem 'ruby-lsp', '0.14.1'
gem 'rubocop', '1.61.0'
gem 'ruby-lsp', '0.14.4'
gem 'rackup', '2.1.0'
end

View File

@ -29,8 +29,9 @@ GEM
forwardable-extended (2.6.0)
google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.3)
concurrent-ruby (~> 1.0)
racc (~> 1.7)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
@ -66,7 +67,7 @@ GEM
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
@ -101,7 +102,7 @@ GEM
regexp_parser (2.9.0)
rexml (3.2.6)
rouge (4.2.0)
rubocop (1.60.2)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
@ -112,9 +113,9 @@ GEM
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-lsp (0.14.1)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
ruby-lsp (0.14.4)
language_server-protocol (~> 3.17.0)
prism (>= 0.22.0, < 0.25)
sorbet-runtime (>= 0.5.10782)
@ -122,7 +123,7 @@ GEM
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass (3.4.25)
sass-embedded (1.71.0-x86_64-linux-gnu)
sass-embedded (1.71.1-x86_64-linux-gnu)
google-protobuf (~> 3.25)
sass-globbing (1.1.5)
sass (>= 3.1)
@ -134,7 +135,7 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11262)
sorbet-runtime (0.5.11285)
stringex (2.8.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
@ -159,8 +160,8 @@ DEPENDENCIES
nokogiri (= 1.16.2)
rackup (= 2.1.0)
rake (= 13.1.0)
rubocop (= 1.60.2)
ruby-lsp (= 0.14.1)
rubocop (= 1.61.0)
ruby-lsp (= 0.14.4)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)
sinatra (= 4.0.0)