Skip to content

Commit

Permalink
CI against RuboCop 0.67 (#41)
Browse files Browse the repository at this point in the history
Follow up of rails/rails#35989.

RuboCop 0.67 has been released and used by rails/rails.
  • Loading branch information
koic authored and toshimaru committed Apr 26, 2019
1 parent c0864fd commit 06fdcc2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,3 +17,4 @@ gemfile:
- gemfiles/rubocop_0.64.gemfile
- gemfiles/rubocop_0.65.gemfile
- gemfiles/rubocop_0.66.gemfile
- gemfiles/rubocop_0.67.gemfile
4 changes: 4 additions & 0 deletions Appraisals
Expand Up @@ -28,3 +28,7 @@ appraise "rubocop-0.66" do
gem "rubocop", "~> 0.66"
gem "rails"
end
appraise "rubocop-0.67" do
gem "rubocop", "~> 0.67"
gem "rails"
end
10 changes: 10 additions & 0 deletions gemfiles/rubocop_0.67.gemfile
@@ -0,0 +1,10 @@
# frozen_string_literal: true

# This file was generated by Appraisal

source "https://rubygems.org"

gem "rubocop", "~> 0.67"
gem "rails"

gemspec path: "../"

0 comments on commit 06fdcc2

Please sign in to comment.