diff --git a/Gemfile.lock b/Gemfile.lock index dcf8df91178..a64cfbd0fbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - activeadmin (4.0.0.beta8) + activeadmin (4.0.0.beta9) arbre (~> 2.0) csv formtastic (>= 3.1) @@ -116,7 +116,7 @@ GEM concurrent-ruby (1.3.3) connection_pool (2.4.1) crass (1.0.6) - cssbundling-rails (1.4.0) + cssbundling-rails (1.4.1) railties (>= 6.0.0) csv (3.3.0) cucumber (9.2.0) @@ -132,7 +132,7 @@ GEM multi_test (~> 1.1) sys-uname (~> 1.2) cucumber-ci-environment (10.0.1) - cucumber-core (13.0.2) + cucumber-core (13.0.3) cucumber-gherkin (>= 27, < 28) cucumber-messages (>= 20, < 23) cucumber-tag-expressions (> 5, < 7) @@ -163,7 +163,7 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.5.1) - docile (1.4.0) + docile (1.4.1) draper (4.0.2) actionpack (>= 5.0) activemodel (>= 5.0) @@ -264,13 +264,13 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) parallel (1.25.1) @@ -284,7 +284,7 @@ GEM public_suffix (6.0.1) pundit (2.3.2) activesupport (>= 3.0.0) - racc (1.8.0) + racc (1.8.1) rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) @@ -341,7 +341,7 @@ GEM responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rexml (3.3.2) + rexml (3.3.4) strscan rspec-core (3.13.0) rspec-support (~> 3.13.0) @@ -360,7 +360,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -401,7 +401,7 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) @@ -429,7 +429,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux diff --git a/README.md b/README.md index 8594f9b9a1b..56234eab3ad 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,8 @@ Thanks to [Tidelift][tidelift] and all our Tidelift subscribers. Thanks to [Open Collective][opencollective contributors] and all our Open Collective contributors. [Arbre]: https://github.com/activeadmin/arbre -[Devise]: https://github.com/plataformatec/devise -[Formtastic]: https://github.com/justinfrench/formtastic +[Devise]: https://github.com/heartcombo/devise +[Formtastic]: https://github.com/formtastic/formtastic [Inherited Resources]: https://github.com/activeadmin/inherited_resources [Kaminari]: https://github.com/kaminari/kaminari [Ransack]: https://github.com/activerecord-hackery/ransack diff --git a/UPGRADING.md b/UPGRADING.md index f2c4cdfdc93..1466b7fd0a6 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -224,3 +224,4 @@ This release includes several locale changes. Please [reivew the en.yml locale]( - The `comments.title_content` text has been updated with an "All " prefix. - The `comments.delete_confirmation` text has been fixed to use singular form. - Inconsistent use of login/sign-in related terms so text now uses "Sign in", Sign out", and "Sign up" throughout. +- The `toggle_dark_mode`, `toggle_main_navigation_menu`, `toggle_section`, and `toggle_user_menu` keys have been added. diff --git a/app/views/active_admin/_main_navigation.html.erb b/app/views/active_admin/_main_navigation.html.erb index 40c4e5c2353..a2cbd27f94c 100644 --- a/app/views/active_admin/_main_navigation.html.erb +++ b/app/views/active_admin/_main_navigation.html.erb @@ -1,10 +1,10 @@ -