Use single-quotes everywhere in the Gemfile

This commit is contained in:
gregoirenovel 2017-03-21 16:46:41 +01:00
parent 4dc4f669e8
commit 3eef853d59

View file

@ -65,13 +65,13 @@ gem 'chartkick'
gem 'logstasher' gem 'logstasher'
gem "font-awesome-rails" gem 'font-awesome-rails'
gem 'hashie' gem 'hashie'
gem 'mailjet' gem 'mailjet'
gem "smart_listing" gem 'smart_listing'
gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8' gem 'bootstrap-wysihtml5-rails', '~> 0.3.3.8'
@ -80,7 +80,7 @@ gem 'spreadsheet_architect'
gem 'apipie-rails' gem 'apipie-rails'
# For Markdown support in apipie # For Markdown support in apipie
gem "maruku" gem 'maruku'
gem 'openstack' gem 'openstack'