Skip to content

Commit

Permalink
Merge pull request #128 from toshimaru/rubocop-1.22
Browse files Browse the repository at this point in the history
Add rubocop v1.22
  • Loading branch information
toshimaru authored Oct 3, 2021
2 parents d03c350 + aedf3ab commit 144ce68
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 @@ -9,6 +9,7 @@ jobs:
- gemfiles/rubocop_1.19.gemfile
- gemfiles/rubocop_1.20.gemfile
- gemfiles/rubocop_1.21.gemfile
- gemfiles/rubocop_1.22.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 1.21].freeze
SUPPORTED_VERSIONS = %w[1.19 1.20 1.21 1.22].freeze

SUPPORTED_VERSIONS.each do |version|
appraise "rubocop-#{version}" do
Expand Down
14 changes: 14 additions & 0 deletions gemfiles/rubocop_1.22.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.22.0"

gemspec path: "../"

0 comments on commit 144ce68

Please sign in to comment.