Skip to content

Commit

Permalink
Move requirement rubocop into proper group.
Browse files Browse the repository at this point in the history
  • Loading branch information
YunzheZJU committed Jun 8, 2021
1 parent 9255386 commit 125d157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'mina', '1.2.3'

# Use Rubocop to lint files
gem "rubocop", "~> 1.16.0"
end

group :development do
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

# Use Rubocop to lint files during developing but it is not required in production
gem "rubocop", "~> 1.16.0", require: false

0 comments on commit 125d157

Please sign in to comment.