Skip to content

Commit 56b6cf2

Browse files
committed
Add Ruby 4.0
1 parent f8ca371 commit 56b6cf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
strategy:
1414
matrix:
15-
ruby_version: [3.1, 3.2, 3.3, 3.4]
15+
ruby_version: [3.1, 3.2, 3.3, 3.4, 4.0]
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.1
1+
4.0.0

ruby_audit.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.homepage = 'https://github.com/civisanalytics/ruby_audit'
1919
spec.license = 'GPL-3.0-or-later'
2020

21-
spec.required_ruby_version = ['>= 3.1', '< 3.5']
21+
spec.required_ruby_version = ['>= 3.1', '< 4.1']
2222
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2323
spec.bindir = 'exe'
2424
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)