Skip to content

Commit 6f4bd21

Browse files
authored
Merge pull request opf#500 from opf/housekeeping/bump-octicons-19-36-0
Bump primer octicons to 19.36.0
2 parents 22f9fc0 + b0cca99 commit 6f4bd21

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Loading
Loading

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
openproject-primer_view_components (0.89.2)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
7-
openproject-octicons (>= 19.34.0)
7+
openproject-octicons (>= 19.36.0)
88
view_component (>= 3.1, < 5.0)
99

1010
GEM
@@ -174,7 +174,7 @@ GEM
174174
racc (~> 1.4)
175175
nokogiri (1.19.4-x86_64-linux-musl)
176176
racc (~> 1.4)
177-
openproject-octicons (19.34.0)
177+
openproject-octicons (19.36.0)
178178
parallel (1.28.0)
179179
parser (3.3.11.1)
180180
ast (~> 2.4.1)

demo/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PATH
44
openproject-primer_view_components (0.89.2)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
7-
openproject-octicons (>= 19.34.0)
7+
openproject-octicons (>= 19.36.0)
88
view_component (>= 3.1, < 5.0)
99

1010
GEM
@@ -262,7 +262,7 @@ GEM
262262
oj (3.16.10)
263263
bigdecimal (>= 3.0)
264264
ostruct (>= 0.2)
265-
openproject-octicons (19.34.0)
265+
openproject-octicons (19.36.0)
266266
os (1.1.4)
267267
ostruct (0.6.1)
268268
pp (0.6.3)

primer_view_components.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_runtime_dependency "actionview", ">= 7.2.0"
2222
spec.add_runtime_dependency "activesupport", ">= 7.2.0"
23-
spec.add_runtime_dependency "openproject-octicons", ">= 19.34.0"
23+
spec.add_runtime_dependency "openproject-octicons", ">= 19.36.0"
2424
spec.add_runtime_dependency "view_component", [">= 3.1", "< 5.0"]
2525
end

0 commit comments

Comments
 (0)