Use double quote (") instead of single quote (')

This commit is contained in:
yoshihara 2015-04-10 17:46:31 +09:00
parent 73bd53b988
commit d6dbca2658

View File

@ -44,6 +44,6 @@ HEADER
# Update Gemfile.lock
system("bundle install")
puts 'Changelog, verion and Gemfile.lock is updated. New version is #{new_version}.'
puts "Changelog, verion and Gemfile.lock is updated. New version is #{new_version}."
end
end