mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
7 lines
320 B
Ruby
7 lines
320 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Phase 15 fixture — Rails action shape. The harness instantiates
|
|
# the controller via .new and calls the action through reflection;
|
|
# the rails gem is not actually required at runtime. The Gemfile is
|
|
# informational so cargo-side fixture pickup sees a non-empty manifest.
|
|
gem 'rails'
|