Skip to content

Commit

Permalink
Merge pull request #55 from rubocop/ruby34
Browse files Browse the repository at this point in the history
Update Ruby version in GitHub Actions workflow to 3.4
  • Loading branch information
ydah authored Dec 25, 2024
2 parents fcf70fa + 8ecf650 commit b7fc134
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: bundle exec rake confirm_config documentation_syntax_check confirm_documentation

Expand All @@ -32,6 +32,7 @@ jobs:
- "3.1"
- "3.2"
- "3.3"
- "3.4"
- ruby-head
- jruby-9.4
task:
Expand All @@ -53,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: bundle exec rake spec

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

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

Expand All @@ -113,6 +114,6 @@ jobs:
EOF
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
ruby-version: "3.4"
bundler-cache: true
- run: NO_COVERAGE=true bundle exec rake spec
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/cops_rspecrails.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ end
| Name | Default value | Configurable values
| Inferences
| `{"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"}`
| `{"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"}`
|
|===
Expand Down

0 comments on commit b7fc134

Please sign in to comment.