diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcc38c8..a39c8da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,9 @@ jobs: rubocop: name: Rubocop uses: theforeman/actions/.github/workflows/rubocop.yml@v0 + with: + ruby: 3.0 test: name: Tests - uses: theforeman/actions/.github/workflows/test-gem.yml@v0 - with: - command: bundle exec rake test + uses: theforeman/actions/.github/workflows/smart_proxy_plugin.yml@v0 diff --git a/smart_proxy_remote_execution_ssh.gemspec b/smart_proxy_remote_execution_ssh.gemspec index ce71563..312cbab 100644 --- a/smart_proxy_remote_execution_ssh.gemspec +++ b/smart_proxy_remote_execution_ssh.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |gem| gem.require_paths = ["lib"] gem.license = 'GPL-3.0-only' - gem.required_ruby_version = '>= 2.7.0' + gem.required_ruby_version = '>= 3.0' gem.add_development_dependency("rake", '~> 13.0') gem.add_development_dependency('minitest', '~> 5.23')