Skip to content

Commit 42e411e

Browse files
committed
Require ruby >= 3.0
1 parent 1c96344 commit 42e411e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
rubocop:
1616
name: Rubocop
1717
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
18+
with:
19+
ruby: 3.0
1820

1921
test:
2022
name: Tests

smart_proxy_dynflow.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
2121
gem.require_paths = ["lib"]
2222
gem.license = 'GPL-3.0-only'
2323

24-
gem.required_ruby_version = '>= 2.7', '< 4'
24+
gem.required_ruby_version = '>= 3.0'
2525

2626
gem.add_runtime_dependency('dynflow', '>= 1.6', '< 3.0')
2727
gem.add_runtime_dependency('rest-client', '~> 2.0')

0 commit comments

Comments
 (0)