Skip to content

Commit 59f451f

Browse files
committed
- Add erb as an explicit dependency
1 parent 1efbc98 commit 59f451f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Install OS dependencies
2222
run: sudo apt-get -y install libyaml-dev

gtx.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ Gem::Specification.new do |s|
1414
s.license = 'MIT'
1515
s.required_ruby_version = '>= 3.0'
1616

17+
s.add_dependency 'erb', '~> 4.0'
18+
1719
s.metadata = {
1820
'bug_tracker_uri' => 'https://github.com/DannyBen/gtx/issues',
1921
'changelog_uri' => 'https://github.com/DannyBen/gtx/blob/master/CHANGELOG.md',
20-
'homepage_uri' => 'https://github.com/dannyben/gtx',
2122
'source_code_uri' => 'https://github.com/dannyben/gtx',
2223
'rubygems_mfa_required' => 'true',
2324
}

0 commit comments

Comments
 (0)