.github/workflows/rubocop.yml in rack-simple_user_agent-1.0.0 vs .github/workflows/rubocop.yml in rack-simple_user_agent-1.1.0

- old
+ new

@@ -4,12 +4,12 @@ jobs: rubocop: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: 2.6 - bundler-cache: true - - run: bundle exec rubocop + - uses: actions/checkout@v3 + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: 3.2 + bundler-cache: true + - run: bundle exec rubocop