Skip to content

Commit 1045530

Browse files
committed
Refs #38856 - bump ruby requirement to 3.0 to match Dynflow
1 parent 61ce1fe commit 1045530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ AllCops:
2727
- '**/*.rb'
2828
- app/views/**/*.rabl
2929
- '**/*.rake'
30-
TargetRubyVersion: 2.7
30+
TargetRubyVersion: 3.0
3131

3232
Metrics/MethodLength:
3333
Description: 'Avoid methods longer than 30 lines of code.'

katello.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.homepage = "http://www.katello.org"
1414
gem.summary = "Content and Subscription Management plugin for Foreman"
1515
gem.description = "Katello adds Content and Subscription Management to Foreman. For this it relies on Candlepin and Pulp."
16-
gem.required_ruby_version = '>= 2.7', '< 4'
16+
gem.required_ruby_version = '>= 3.0', '< 4'
1717

1818
gem.files = Dir["{app,webpack,vendor,lib,db,ca,config,locale}/**/*"] +
1919
Dir['LICENSE.txt', 'README.md', 'package.json']

0 commit comments

Comments
 (0)