diff options
author | Lee Reilly <lee@leereilly.net> | 2012-10-13 11:22:51 -0700 |
---|---|---|
committer | Lee Reilly <lee@leereilly.net> | 2012-10-13 11:22:51 -0700 |
commit | 7891cbf4c0dd43c46f735b9321e0c455558499f3 (patch) | |
tree | 2507bab3feac44c7de26a0eb445b4e11dbcf1da4 | |
parent | 1fd89260566eae1b8d3531bf83233eb18c27ab3d (diff) | |
download | rails-7891cbf4c0dd43c46f735b9321e0c455558499f3.tar.gz rails-7891cbf4c0dd43c46f735b9321e0c455558499f3.tar.bz2 rails-7891cbf4c0dd43c46f735b9321e0c455558499f3.zip |
Replace double quotes with single quotes
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ gem 'arel', github: 'rails/arel', branch: 'master' gem 'mocha', '>= 0.11.2', :require => false gem 'rack-test', github: 'brynary/rack-test' -gem 'rack-cache', "~> 1.2" +gem 'rack-cache', '~> 1.2' gem 'bcrypt-ruby', '~> 3.0.0' gem 'jquery-rails', '~> 2.1.4', github: 'rails/jquery-rails' gem 'turbolinks' |