Skip to content

Commit

Permalink
Add rubocop gem into rails_version_gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dks17 committed Apr 27, 2018
1 parent 5a0fc72 commit f076e68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/rails_4_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ group :development, :test do
gem 'mocha'
gem 'pry'
gem 'pry-remote'

gem 'rubocop', require: false
end

group :test do
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ group :development, :test do
gem 'mocha'
gem 'pry'
gem 'pry-remote'

gem 'rubocop', require: false
end

group :test do
Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails_5_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ group :development, :test do
gem 'mocha'
gem 'pry'
gem 'pry-remote'

gem 'rubocop', require: false
end

group :test do
Expand Down

0 comments on commit f076e68

Please sign in to comment.