mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
6 lines
250 B
Ruby
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'
|