diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.png b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.png index 98f3488e4f..3374029127 100644 Binary files a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.png and b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/default.png differ diff --git a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/focused.png b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/focused.png index f8173e4656..7d24edb29c 100644 Binary files a/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/focused.png and b/.playwright/screenshots/snapshots.test.ts-snapshots/primer/alpha/action_bar/default/focused.png differ diff --git a/Gemfile.lock b/Gemfile.lock index 02d965b696..c5e44e8686 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH openproject-primer_view_components (0.72.0) actionview (>= 7.2.0) activesupport (>= 7.2.0) - openproject-octicons (>= 19.25.0) + openproject-octicons (>= 19.29.0) view_component (>= 3.1, < 5.0) GEM @@ -154,7 +154,7 @@ GEM racc (~> 1.4) nokogiri (1.18.9-x86_64-linux-gnu) racc (~> 1.4) - openproject-octicons (19.25.0) + openproject-octicons (19.29.0) parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 0969212522..70e97f33c6 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -4,7 +4,7 @@ PATH openproject-primer_view_components (0.72.0) actionview (>= 7.2.0) activesupport (>= 7.2.0) - openproject-octicons (>= 19.25.0) + openproject-octicons (>= 19.29.0) view_component (>= 3.1, < 5.0) GEM @@ -256,7 +256,7 @@ GEM oj (3.16.10) bigdecimal (>= 3.0) ostruct (>= 0.2) - openproject-octicons (19.25.0) + openproject-octicons (19.29.0) os (1.1.4) ostruct (0.6.1) pp (0.6.2) diff --git a/primer_view_components.gemspec b/primer_view_components.gemspec index 163787b7f7..a1785fb610 100644 --- a/primer_view_components.gemspec +++ b/primer_view_components.gemspec @@ -20,6 +20,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "actionview", ">= 7.2.0" spec.add_runtime_dependency "activesupport", ">= 7.2.0" - spec.add_runtime_dependency "openproject-octicons", ">= 19.25.0" + spec.add_runtime_dependency "openproject-octicons", ">= 19.29.0" spec.add_runtime_dependency "view_component", [">= 3.1", "< 5.0"] end