Skip to content

Commit b7fc134

Browse files
authored
Merge pull request #55 from rubocop/ruby34
Update Ruby version in GitHub Actions workflow to 3.4
2 parents fcf70fa + 8ecf650 commit b7fc134

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/main.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: ruby/setup-ruby@v1
2020
with:
21-
ruby-version: "3.3"
21+
ruby-version: "3.4"
2222
bundler-cache: true
2323
- run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation
2424

@@ -32,6 +32,7 @@ jobs:
3232
- "3.1"
3333
- "3.2"
3434
- "3.3"
35+
- "3.4"
3536
- ruby-head
3637
- jruby-9.4
3738
task:
@@ -53,7 +54,7 @@ jobs:
5354
- uses: actions/checkout@v4
5455
- uses: ruby/setup-ruby@v1
5556
with:
56-
ruby-version: "3.3"
57+
ruby-version: "3.4"
5758
bundler-cache: true
5859
- run: bundle exec rake spec
5960

@@ -72,7 +73,7 @@ jobs:
7273
echo "gem 'rubocop', github: 'rubocop/rubocop'" > Gemfile.local
7374
- uses: ruby/setup-ruby@v1
7475
with:
75-
ruby-version: "3.3"
76+
ruby-version: "3.4"
7677
bundler-cache: true
7778
- run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
7879

@@ -92,7 +93,7 @@ jobs:
9293
echo "gem 'rubocop-rspec', github: 'rubocop/rubocop-rspec'" > Gemfile.local
9394
- uses: ruby/setup-ruby@v1
9495
with:
95-
ruby-version: "3.3"
96+
ruby-version: "3.4"
9697
bundler-cache: true
9798
- run: NO_COVERAGE=true bundle exec rake ${{ matrix.task }}
9899

@@ -113,6 +114,6 @@ jobs:
113114
EOF
114115
- uses: ruby/setup-ruby@v1
115116
with:
116-
ruby-version: "3.3"
117+
ruby-version: "3.4"
117118
bundler-cache: true
118119
- run: NO_COVERAGE=true bundle exec rake spec

docs/modules/ROOT/pages/cops_rspecrails.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ end
291291
| Name | Default value | Configurable values
292292
293293
| Inferences
294-
| `{"channels"=>"channel", "controllers"=>"controller", "features"=>"feature", "generator"=>"generator", "helpers"=>"helper", "jobs"=>"job", "mailboxes"=>"mailbox", "mailers"=>"mailer", "models"=>"model", "requests"=>"request", "integration"=>"request", "api"=>"request", "routing"=>"routing", "system"=>"system", "views"=>"view"}`
294+
| `{"channels" => "channel", "controllers" => "controller", "features" => "feature", "generator" => "generator", "helpers" => "helper", "jobs" => "job", "mailboxes" => "mailbox", "mailers" => "mailer", "models" => "model", "requests" => "request", "integration" => "request", "api" => "request", "routing" => "routing", "system" => "system", "views" => "view"}`
295295
|
296296
|===
297297

0 commit comments

Comments
 (0)