File tree Expand file tree Collapse file tree 4 files changed +8
-12
lines changed
Expand file tree Collapse file tree 4 files changed +8
-12
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 @@ -27,9 +27,7 @@ Feature: git
2727 {
2828 "name": "maestrodev-test",
2929 "version": "1.0.2",
30- "dependencies": [
31-
32- ]
30+ "dependencies": []
3331 }
3432 """
3533 When I run `git tag`
@@ -67,9 +65,7 @@ Feature: git
6765 {
6866 "name": "maestrodev-test",
6967 "version": "1.0.2",
70- "dependencies": [
71-
72- ]
68+ "dependencies": []
7369 }
7470 """
7571 When I run `git tag`
@@ -108,9 +104,7 @@ Feature: git
108104 {
109105 "name": "maestrodev-test",
110106 "version": "1.0.2",
111- "dependencies": [
112-
113- ]
107+ "dependencies": []
114108 }
115109 """
116110 When I run `git tag`
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
1616
1717 s . required_ruby_version = '>= 2.7.0'
1818
19+ s . add_runtime_dependency 'base64' , '~> 0.2.0'
1920 s . add_runtime_dependency 'puppet-modulebuilder' , '~> 2.0' , '>= 2.0.2'
2021 s . add_runtime_dependency 'rest-client' , '~>2.0'
2122 s . add_development_dependency 'aruba' , '~> 2.1'
You can’t perform that action at this time.
0 commit comments