puma--puma/test/bundle_preservation_test/config.ru

2 lines
92 B
Ruby

run lambda { |env| [200, {'Content-Type'=>'text/plain'}, [ENV['BUNDLE_GEMFILE'].inspect]] }