Skip to content

Commit

Permalink
Merge pull request #127 from toshimaru/rubocop-1.21
Browse files Browse the repository at this point in the history
Add rubocop v1.21
  • Loading branch information
koic authored Sep 16, 2021
2 parents 94332a4 + f2e352a commit 8dcaf29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
gemfile:
- gemfiles/rubocop_1.19.gemfile
- gemfiles/rubocop_1.20.gemfile
- gemfiles/rubocop_1.21.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

SUPPORTED_VERSIONS = %w[1.19 1.20].freeze
SUPPORTED_VERSIONS = %w[1.19 1.20 1.21].freeze

SUPPORTED_VERSIONS.each do |version|
appraise "rubocop-#{version}" do
Expand Down
14 changes: 14 additions & 0 deletions gemfiles/rubocop_1.21.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "bundler"
gem "minitest"
gem "rake"
gem "rails", ">= 5.2"
gem "rubocop", "~> 1.21.0"

gemspec path: "../"

0 comments on commit 8dcaf29

Please sign in to comment.