nyx/tests/dynamic_fixtures/ruby/rack_middleware/Gemfile

6 lines
250 B
Ruby

source 'https://rubygems.org'
# Phase 15 fixture — Rack middleware shape. The harness constructs
# a Rack-shaped env hash and dispatches; the rack gem is not required
# at runtime because the env-hash invocation pattern is standalone.
gem 'rack'