Rakefile in gaptool-server-0.6.6 vs Rakefile in gaptool-server-0.7.0

- old
+ new

@@ -30,10 +30,10 @@ end task :sh => :shell desc "Start the HTTP server" task :server do - exec "unicorn -p 3000 #{Shellwords.join(ARGV[1..-1])}" + exec "puma -p 3000 --preload -t 8:32 -w 3 #{Shellwords.join(ARGV[1..-1])}" end desc "Bump the version" task :bump do version = File.read('VERSION').strip