Commit 19a038f41eeda81b3016b277886336c9a07c7932

Authored by Antonio Terceiro
1 parent 36b24445

Add TODO item to Gemfile

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
@@ -5,6 +5,9 @@ gem 'cucumber' @@ -5,6 +5,9 @@ gem 'cucumber'
5 gem 'rspec' 5 gem 'rspec'
6 # gem 'rspec-rails', '1.2.9' # FIXME package this 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 gem 'rails' 11 gem 'rails'
9 12
10 def program(name) 13 def program(name)