diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73ddae1..30bb04c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -32,6 +32,7 @@ jobs: - "3.1" - "3.2" - "3.3" + - "3.4" - ruby-head - jruby-9.4 task: @@ -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 @@ -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 }} @@ -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 }} @@ -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 diff --git a/docs/modules/ROOT/pages/cops_rspecrails.adoc b/docs/modules/ROOT/pages/cops_rspecrails.adoc index dd014e5..8559133 100644 --- a/docs/modules/ROOT/pages/cops_rspecrails.adoc +++ b/docs/modules/ROOT/pages/cops_rspecrails.adoc @@ -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"}` | |===