Skip to content

Commit

Permalink
Merge pull request #2105 from tlconnor/fixRubocop
Browse files Browse the repository at this point in the history
Lock rubocop-ast to < 0.7
  • Loading branch information
dblock authored Sep 29, 2020
2 parents 9a91f5b + e79cf04 commit 0f3d30e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/multi_json.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/multi_xml.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rack1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rack2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rack_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ group :development, :test do
gem 'hashie'
gem 'rake'
gem 'rubocop', '0.84.0'
gem 'rubocop-ast', '< 0.7'
gem 'rubocop-performance', require: false
end

Expand Down

0 comments on commit 0f3d30e

Please sign in to comment.