rails-school / school

Rails School San Francisco Official Website
https://www.railsschool.org
MIT License
20 stars 32 forks source link

Formatting in Gemfile #216

Open mmezher opened 8 years ago

mmezher commented 8 years ago

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.