Skip to content

Commit 856f411

Browse files
update supported Ruby version (#32, rggen/rggen#273)
1 parent 2f54828 commit 856f411

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
ruby: ['3.4', '3.3', '3.2', '3.1']
15+
ruby: ['4.0', '3.4', '3.3', '3.2']
1616
frozen_string_literal: ['yes', 'no']
1717

1818
env:

.qlty/qlty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ mode = "comment"
1818

1919
[[plugin]]
2020
name = "rubocop"
21-
version = "1.78.0"
21+
version = "1.82.1"

rggen-veryl.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = 'Veryl writer plugin for RgGen'
1313
spec.homepage = 'https://github.com/rggen/rggen-veryl'
1414
spec.license = 'MIT'
15-
spec.required_ruby_version = '>= 3.1'
15+
spec.required_ruby_version = '>= 3.2'
1616

1717
spec.metadata = {
1818
'bug_tracker_uri' => 'https://github.com/rggen/rggen/issues',

0 commit comments

Comments
 (0)