Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
name: Rubocop
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
with:
ruby: "3.0"
command: bundle exec rubocop --parallel --format github

test:
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0

# Don't prefer is_a? over kind_of?
Style/ClassCheck:
Expand Down
2 changes: 1 addition & 1 deletion smart_proxy_container_gateway.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/Katello/smart_proxy_container_gateway'
s.license = 'GPL-3.0-only'

s.required_ruby_version = '>= 2.7'
s.required_ruby_version = '>= 3.0'
s.add_dependency 'activesupport', '>= 6.1', '< 8'
s.add_dependency 'pg', '~> 1.5'
s.add_dependency 'sequel', '~> 5.0'
Expand Down