Skip to content

Commit

Permalink
requires ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkn committed May 29, 2024
1 parent 63184e3 commit 31dab7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby_version: ['3.3', '3.2', '3.1', '3.0', '2.7']
ruby_version: ['3.3', '3.2', '3.1', '3.0']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AllCops:
Exclude:
- "spec/**/*"
- "vendor/**/*"
TargetRubyVersion: 2.7
TargetRubyVersion: 3.0

Layout:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion rufo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 3.0.0"
spec.metadata["rubygems_mfa_required"] = "true"

spec.add_development_dependency "bundler", ">= 1.15"
Expand Down

0 comments on commit 31dab7c

Please sign in to comment.