Updated rubocop gem

This commit is contained in:
jfederico
2019-05-02 14:34:37 +00:00
parent fe5a567788
commit bc57caa806
3 changed files with 1189 additions and 11 deletions

View File

@ -75,12 +75,15 @@ group :production do
gem 'pg', '~> 0.18'
end
# Ruby linting.
gem 'rubocop', '0.57.1'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platform: :mri
# Environment configuration.
gem 'dotenv-rails'
end
# Environment configuration.
gem 'dotenv-rails'
group :test do
# Include Rspec and other testing utilities.
@ -91,8 +94,6 @@ group :test do
gem 'faker'
gem "factory_bot_rails"
gem 'webmock'
# Ruby linting.
gem 'rubocop'
end
group :development do