File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2323 ruby-version : ' 3.4'
2424 bundler-cache : true
2525 - id : ruby
26- uses : voxpupuli/ruby-version@v1
26+ uses : voxpupuli/ruby-version@v2
2727
2828 test :
2929 runs-on : ubuntu-24.04
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414 gem . authors = [ 'Puppet By Perforce' , 'OpenVoxProject' ]
1515 gem . email = 'voxpupuli@groups.io'
1616 gem . homepage = 'http://github.com/OpenVoxProject/vanagon'
17- gem . required_ruby_version = [ '>= 3.2' , '< 4 ' ]
17+ gem . required_ruby_version = [ '>= 3.2' , '< 5 ' ]
1818
1919 gem . add_dependency ( 'docopt' , '~> 0.6.1' )
2020 # Handle git repos responsibly
@@ -31,6 +31,8 @@ Gem::Specification.new do |gem|
3131 gem . add_dependency ( 'packaging' , '~> 0.122.3' )
3232 gem . add_dependency ( 'psych' , '>= 4.0' , '< 6' )
3333
34+ gem . add_dependency ( 'ostruct' , '< 0.7' )
35+
3436 gem . require_path = 'lib'
3537 gem . bindir = 'bin'
3638 gem . executables = %w[ vanagon build inspect ship render repo sign
You can’t perform that action at this time.
0 commit comments