Skip to content

Commit

Permalink
ci: Drop rubocop 1.47 or less
Browse files Browse the repository at this point in the history
Since rails uses rubocop v1.48

see. rails/rails@dadf46d
  • Loading branch information
toshimaru committed Apr 16, 2023
1 parent d8005d7 commit 6dc258c
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 136 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jobs:
matrix:
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
gemfile:
- gemfiles/rubocop_1.39.gemfile
- gemfiles/rubocop_1.40.gemfile
- gemfiles/rubocop_1.41.gemfile
- gemfiles/rubocop_1.42.gemfile
- gemfiles/rubocop_1.43.gemfile
- gemfiles/rubocop_1.44.gemfile
- gemfiles/rubocop_1.45.gemfile
- gemfiles/rubocop_1.46.gemfile
- gemfiles/rubocop_1.47.gemfile
- gemfiles/rubocop_1.48.gemfile
- gemfiles/rubocop_1.49.gemfile
- gemfiles/rubocop_1.50.gemfile
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.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50].freeze
SUPPORTED_VERSIONS = %w[1.48 1.49 1.50].freeze

SUPPORTED_VERSIONS.each do |version|
appraise "rubocop-#{version}" do
Expand Down
14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.39.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.40.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.41.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.42.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.43.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.44.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.45.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.46.gemfile

This file was deleted.

14 changes: 0 additions & 14 deletions gemfiles/rubocop_1.47.gemfile

This file was deleted.

0 comments on commit 6dc258c

Please sign in to comment.