diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..2fae54b --- /dev/null +++ b/Gemfile @@ -0,0 +1,10 @@ +source :rubygems +gem 'cucumber', '0.4.0' +gem 'webrat', '0.5.1' +gem 'rspec', '1.2.9' +gem 'rspec-rails', '1.2.9' +gem 'Selenium', '>= 1.1.14' +gem 'selenium-client', '>= 1.2.17' +gem 'database_cleaner' +gem 'exception_notification', '1.0.20090728' +gem 'system_timer' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..0a42c0b --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,44 @@ +GEM + remote: http://rubygems.org/ + specs: + Selenium (1.1.14) + builder (3.0.0) + cucumber (0.4.0) + builder (>= 2.1.2) + diff-lcs (>= 1.1.2) + polyglot (>= 0.2.9) + term-ansicolor (>= 1.0.3) + treetop (>= 1.4.2) + database_cleaner (0.7.0) + diff-lcs (1.1.3) + exception_notification (1.0.20090728) + nokogiri (1.5.0) + polyglot (0.3.3) + rack (1.3.5) + rspec (1.2.9) + rspec-rails (1.2.9) + rack (>= 1.0.0) + rspec (>= 1.2.9) + selenium-client (1.2.18) + system_timer (1.2.4) + term-ansicolor (1.0.7) + treetop (1.4.10) + polyglot + polyglot (>= 0.3.1) + webrat (0.5.1) + nokogiri (>= 1.2.0) + rack (>= 1.0) + +PLATFORMS + ruby + +DEPENDENCIES + Selenium (>= 1.1.14) + cucumber (= 0.4.0) + database_cleaner + exception_notification (= 1.0.20090728) + rspec (= 1.2.9) + rspec-rails (= 1.2.9) + selenium-client (>= 1.2.17) + system_timer + webrat (= 0.5.1) -- libgit2 0.21.2