unageanu/jiji2

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

Showing 8 of 8 total issues

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem mini_magick should appear before validates_email_format_of.
Open

gem 'mini_magick'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem puma should appear before sinatra.
Open

gem 'puma'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem bcrypt should appear before lru_redux.
Open

gem 'bcrypt'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem httpclient should appear before quandl.
Open

gem 'httpclient'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem codeclimate-test-reporter should appear before simplecov.
Open

gem 'codeclimate-test-reporter'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem activesupport should appear before thread.
Open

gem 'activesupport'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem aws-sdk should appear before mail.
Open

gem 'aws-sdk'
Severity: Minor
Found in Gemfile by rubocop

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem bundler should appear before rake.
Open

gem 'bundler'
Severity: Minor
Found in Gemfile by rubocop
Category
Status