Skip to content

Commit 6876eaf

Browse files
committed
Bump required_ruby_version to 2.6
1 parent 69f9689 commit 6876eaf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
ruby-version:
14-
- '2.5'
1514
- '2.6'
1615
- '2.7'
1716
- '3.0'

linux_admin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ registration, updates, etc.
2626
spec.executables = `git ls-files -- bin/*`.split("\n")
2727
spec.require_paths = ["lib"]
2828

29-
spec.required_ruby_version = ">= 2.0.0"
29+
spec.required_ruby_version = Gem::Requirement.new(">= 2.6")
3030

3131
spec.add_development_dependency "manageiq-style"
3232
spec.add_development_dependency "rake"

0 commit comments

Comments
 (0)