File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments