class Rails::Generators::AppBase

def web_server_gemfile_entry # :doc:

:doc:
def web_server_gemfile_entry # :doc:
  GemfileEntry.new "puma", "~> 5.0", "Use the Puma web server [https://github.com/puma/puma]"
end