Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting in Gemfile #216

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

mmezher
Copy link
Collaborator

@mmezher mmezher commented Jun 17, 2016

Gemfile alternated use of single and double quotes. Unles using string interpolation, generally single quotes are a simpler choice. All Gem names now single quoted.

Gemfile alternated use of single and double quotes. Unless using string interpolation, generally single quotes is a simpler choice. All Gem names are now single quoted.
Gemfile alternated use of single and double quotes. Unles using string interpolation, generally single quotes are a simpler choice. All Gem names now single quoted.
end

feature %q{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use %q only for strings that contain both single quotes and double quotes.

gem "rack-timeout", '0.0.4' # https://github.com/heroku/rack-timeout/issues/55
gem "sidekiq"
gem "sinatra", require: false # Required for Sidekiq web interface
# gem 'unicorn'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we use unicorn still?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably right. Adding back gem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants