From 7891cbf4c0dd43c46f735b9321e0c455558499f3 Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Sat, 13 Oct 2012 11:22:51 -0700 Subject: Replace double quotes with single quotes --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index fbb9a7eb90..d981f4c0df 100644 --- a/Gemfile +++ b/Gemfile @@ -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' -- cgit v1.2.3