Skip to content

Commit

Permalink
update supported ruby verison (#76)
Browse files Browse the repository at this point in the history
(refs: #75)
  • Loading branch information
taichi-ishitani authored Jan 7, 2025
1 parent 8c67804 commit 0a3d026
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 @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
ruby: ['3.3', '3.2', '3.1', '3.0']
ruby: ['3.4', '3.3', '3.2', '3.1']
env:
BUNDLE_WITH: 'development_common development_test'
BUNDLE_WITHOUT: 'development_lint development_local'
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ inherit_from:
- .rubocop_todo.yml

AllCops:
TargetRubyVersion: 3.0
TargetRubyVersion: 3.1
Exclude:
- spec/**/*
- sample/**/*
Expand Down
2 changes: 1 addition & 1 deletion flgen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.bindir = 'exe'
spec.executables = `git ls-files -- exe/*`.split($RS).map(&File.method(:basename))
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 3.0'
spec.required_ruby_version = '>= 3.1'
end

0 comments on commit 0a3d026

Please sign in to comment.