lib/spree.rb in spree-3.3.6 vs lib/spree.rb in spree-3.4.0.rc1
- old
+ new
@@ -4,12 +4,12 @@
require 'spree_frontend'
require 'spree_sample'
begin
require 'protected_attributes'
- puts "*" * 75
- puts "[FATAL] Spree does not work with the protected_attributes gem installed!"
- puts "You MUST remove this gem from your Gemfile. It is incompatible with Spree."
- puts "*" * 75
+ puts '*' * 75
+ puts '[FATAL] Spree does not work with the protected_attributes gem installed!'
+ puts 'You MUST remove this gem from your Gemfile. It is incompatible with Spree.'
+ puts '*' * 75
exit
rescue LoadError
end