Skip to content

Commit

Permalink
Replace double quotes with single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
leereilly committed Oct 13, 2012
1 parent 1fd8926 commit 7891cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7891cbf

Please sign in to comment.