Commit 19a038f41eeda81b3016b277886336c9a07c7932
1 parent
36b24445
Exists in
master
and in
22 other branches
Add TODO item to Gemfile
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -5,6 +5,9 @@ gem 'cucumber' |
5 | 5 | gem 'rspec' |
6 | 6 | # gem 'rspec-rails', '1.2.9' # FIXME package this |
7 | 7 | |
8 | +# FIXME list here all actual dependencies (i.e. the ones in debian/control), | |
9 | +# with their GEM names (not the Debian package names) | |
10 | + | |
8 | 11 | gem 'rails' |
9 | 12 | |
10 | 13 | def program(name) | ... | ... |