comparison Gemfile @ 19:157f7fd136fc

Double quotes everywhere.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 23:11:19 +0900
parents aeb4d50ec21b
children a2f7dfc68f44
comparison
equal deleted inserted replaced
18:aeb4d50ec21b 19:157f7fd136fc
1 source 'https://rubygems.org' 1 source "https://rubygems.org"
2 2
3 3
4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' 4 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5 gem 'rails', '~> 4.1.4' 5 gem "rails", "~> 4.1.4"
6 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder 6 # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
7 # gem 'jbuilder', '~> 2.0' 7 # gem 'jbuilder', '~> 2.0'
8 # bundle exec rake doc:rails generates the API under doc/api. 8 # bundle exec rake doc:rails generates the API under doc/api.
9 gem 'sdoc', '~> 0.4.0', :group => :doc 9 gem "sdoc", "~> 0.4.0", :group => :doc
10 10
11 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring 11 # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
12 gem 'spring', :group => :development 12 gem "spring", :group => :development
13 13
14 # Use ActiveModel has_secure_password 14 # Use ActiveModel has_secure_password
15 # gem 'bcrypt', '~> 3.1.7' 15 # gem 'bcrypt', '~> 3.1.7'
16 16
17 # Use unicorn as the app server 17 # Use unicorn as the app server