mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
8 lines
320 B
Text
8 lines
320 B
Text
|
|
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'
|