File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 if : github.repository_owner == 'voxpupuli'
1212 steps :
1313 - uses : actions/checkout@v4
14- - name : Install Ruby 3.3
14+ - name : Install Ruby 3.4
1515 uses : ruby/setup-ruby@v1
1616 with :
17- ruby-version : ' 3.3 '
17+ ruby-version : ' 3.4 '
1818 env :
1919 BUNDLE_WITHOUT : release
2020 - name : Build gem
Original file line number Diff line number Diff line change 1717 - name : Install Ruby ${{ matrix.ruby }}
1818 uses : ruby/setup-ruby@v1
1919 with :
20- ruby-version : " 3.3 "
20+ ruby-version : " 3.4 "
2121 bundler-cache : true
2222 - name : Run Rubocop
2323 run : bundle exec rake rubocop
3434 - ruby : " 3.2"
3535 coverage : " yes"
3636 - ruby : " 3.3"
37+ - ruby : " 3.4"
3738 env :
3839 COVERAGE : ${{ matrix.coverage }}
3940 name : RSpec - Ruby ${{ matrix.ruby }}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Gem::Specification.new do |s|
1818
1919 s . add_runtime_dependency 'puppet-modulebuilder' , '~> 2.0' , '>= 2.0.2'
2020 s . add_runtime_dependency 'rest-client' , '~>2.0'
21+ s . add_runtime_dependency 'base64' , '~> 0.2.0'
2122 s . add_development_dependency 'aruba' , '~> 2.1'
2223 s . add_development_dependency 'cucumber' , '~> 9.0'
2324 s . add_development_dependency 'puppet' , '>= 7.24' , '< 9'
You can’t perform that action at this time.
0 commit comments