Skip to content

Commit 2dac8b2

Browse files
authored
Merge pull request #353 from opf/bump/octicons-19-29-0
Bump octicon 19.29.0
2 parents 5f4e1ae + f7e3eab commit 2dac8b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
-245 Bytes
Loading
-344 Bytes
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.72.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
7-
openproject-octicons (>= 19.25.0)
7+
openproject-octicons (>= 19.29.0)
88
view_component (>= 3.1, < 5.0)
99

1010
GEM
@@ -154,7 +154,7 @@ GEM
154154
racc (~> 1.4)
155155
nokogiri (1.18.9-x86_64-linux-gnu)
156156
racc (~> 1.4)
157-
openproject-octicons (19.25.0)
157+
openproject-octicons (19.29.0)
158158
parallel (1.27.0)
159159
parser (3.3.9.0)
160160
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.72.0)
55
actionview (>= 7.2.0)
66
activesupport (>= 7.2.0)
7-
openproject-octicons (>= 19.25.0)
7+
openproject-octicons (>= 19.29.0)
88
view_component (>= 3.1, < 5.0)
99

1010
GEM
@@ -256,7 +256,7 @@ GEM
256256
oj (3.16.10)
257257
bigdecimal (>= 3.0)
258258
ostruct (>= 0.2)
259-
openproject-octicons (19.25.0)
259+
openproject-octicons (19.29.0)
260260
os (1.1.4)
261261
ostruct (0.6.1)
262262
pp (0.6.2)

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.25.0"
23+
spec.add_runtime_dependency "openproject-octicons", ">= 19.29.0"
2424
spec.add_runtime_dependency "view_component", [">= 3.1", "< 5.0"]
2525
end

0 commit comments

Comments
 (0)