test/worker_gem_independence_test/new_json_with_puma_stats_after_fork/config.ru

Summary

Maintainability
Test Coverage
require 'json'
run lambda { |env| [200, {'Content-Type'=>'text/plain'}, [JSON::VERSION]] }