Skip to content

Commit

Permalink
requires ruby >= 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darena-zendesk authored and leonmaia committed Feb 15, 2022
1 parent 1d10616 commit e81998e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: ["2.4", "2.5", "2.6", "3.0"]
ruby-version: ["2.6", "3.0"]

steps:
- uses: zendesk/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion racecar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = '>= 2.4'
spec.required_ruby_version = '>= 2.6'

spec.add_runtime_dependency "king_konf", "~> 1.0.0"
spec.add_runtime_dependency "rdkafka", "~> 0.11.1"
Expand Down

0 comments on commit e81998e

Please sign in to comment.