Skip to content

Commit 74ce222

Browse files
authored
Merge pull request #24 from opf/bump-octicons
Bump Octicons repo
2 parents 9c94ec2 + 4029a36 commit 74ce222

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.changeset/eleven-socks-move.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/primer-view-components": patch
3+
---
4+
5+
Bump openprojects-octicons to 19.7.0

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.8.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
7-
openproject-octicons (>= 19.6.7)
7+
openproject-octicons (>= 19.7.0)
88
view_component (>= 3.1, < 4.0)
99

1010
GEM
@@ -120,7 +120,7 @@ GEM
120120
racc (~> 1.4)
121121
nokogiri (1.14.0-x86_64-linux)
122122
racc (~> 1.4)
123-
openproject-octicons (19.6.7)
123+
openproject-octicons (19.7.0)
124124
parallel (1.22.1)
125125
parser (3.2.0.0)
126126
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.8.0)
55
actionview (>= 5.0.0)
66
activesupport (>= 5.0.0)
7-
openproject-octicons (>= 19.6.7)
7+
openproject-octicons (>= 19.7.0)
88
view_component (>= 3.1, < 4.0)
99

1010
GEM
@@ -272,7 +272,7 @@ GEM
272272
nokogiri (1.15.4-x86_64-linux)
273273
racc (~> 1.4)
274274
oj (3.14.0)
275-
openproject-octicons (19.6.7)
275+
openproject-octicons (19.7.0)
276276
os (1.1.4)
277277
pry (0.14.1)
278278
coderay (~> 1.1)

primer_view_components.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727

2828
spec.add_runtime_dependency "actionview", ">= 5.0.0"
2929
spec.add_runtime_dependency "activesupport", ">= 5.0.0"
30-
spec.add_runtime_dependency "openproject-octicons", ">= 19.6.7"
30+
spec.add_runtime_dependency "openproject-octicons", ">= 19.7.0"
3131
spec.add_runtime_dependency "view_component", [">= 3.1", "< 4.0"]
3232

3333
spec.add_development_dependency "allocation_stats", "~> 0.1"

0 commit comments

Comments
 (0)