Skip to content

Commit

Permalink
Merge pull request #138 from toshimaru/add-rubocop-1.27
Browse files Browse the repository at this point in the history
Add rubocop v1.27
  • Loading branch information
toshimaru authored Apr 13, 2022
2 parents d7447bc + b25b2ce commit 797787f
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.25.gemfile
- gemfiles/rubocop_1.26.gemfile
- gemfiles/rubocop_1.27.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.25 1.26].freeze
SUPPORTED_VERSIONS = %w[1.25 1.26 1.27].freeze

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

gemspec path: "../"

0 comments on commit 797787f

Please sign in to comment.