Gemfile
source 'https://rubygems.org' gem 'typogruby'Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `titlecase` should appear before `typogruby`.gem 'titlecase' group :test do gem 'simplecov'Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `codeclimate-test-reporter` should appear before `simplecov`. gem 'codeclimate-test-reporter', '~> 1.0.0'end gemspec