Skip to content

Commit

Permalink
Remove 2.7, add 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalanakis committed Apr 12, 2024
1 parent 673e5b5 commit d319b9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.2', '3.1', '3.0', '2.7']
ruby-version: ['3.3', '3.2', '3.1', '3.0']
services:
redis:
image: redis
Expand Down
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ require:
- rubocop-performance

AllCops:
NewCops: enable
NewCops: disable
SuggestExtensions: false
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0

Gemspec/DevelopmentDependencies:
Enabled: false
Expand Down Expand Up @@ -87,6 +87,8 @@ Style/Documentation:
Enabled: false
Style/FormatString:
EnforcedStyle: percent
Style/HashEachMethods:
Enabled: false
Style/NumericPredicate:
AllowedMethods: ['where']
Style/RedundantReturn:
Expand Down
2 changes: 1 addition & 1 deletion sidekiq-amigo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.homepage = "https://github.com/lithictech/sidekiq-amigo"
s.licenses = "MIT"
s.required_ruby_version = ">= 2.7.0"
s.required_ruby_version = ">= 3.0.0"
s.description = <<~DESC
sidekiq-amigo provides a pubsub system and other enhancements around Sidekiq.
DESC
Expand Down

0 comments on commit d319b9c

Please sign in to comment.