Skip to content

Commit a03e0c7

Browse files
authored
Merge pull request #2149 from rubocop/ci-test-ruby-4.0
CI: Test with Ruby 4.0
2 parents b63bcd8 + 68f25d9 commit a03e0c7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- "3.2"
3434
- "3.3"
3535
- "3.4"
36+
- "4.0"
3637
- ruby-head
3738
- jruby-9.4
3839
task:

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
55
gemspec
66

77
gem 'bump'
8+
gem 'irb' # undeclared dependency of yard
89
gem 'rack'
910
gem 'rake'
1011
gem 'rspec', '~> 3.11'

0 commit comments

Comments
 (0)