Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
kratob committed Nov 5, 2010
1 parent 3ea40fe commit bee395c
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
@@ -0,0 +1,7 @@
source 'http://rubygems.org'

gem 'rails', '=2.3.8'
gem "cucumber_factory", :path => '.'
gem 'rspec', '=1.2.9'
gem 'rspec-rails', '=1.2.9'
gem 'cucumber', '=0.8.3'
54 changes: 54 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,54 @@
PATH
remote: .
specs:
cucumber_factory (1.7.0)

GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.8)
actionpack (= 2.3.8)
actionpack (2.3.8)
activesupport (= 2.3.8)
rack (~> 1.1.0)
activerecord (2.3.8)
activesupport (= 2.3.8)
activeresource (2.3.8)
activesupport (= 2.3.8)
activesupport (2.3.8)
builder (2.1.2)
cucumber (0.8.3)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.0.2)
json_pure (~> 1.4.3)
term-ansicolor (~> 1.0.4)
diff-lcs (1.1.2)
gherkin (2.0.2)
trollop (~> 1.16.2)
json_pure (1.4.6)
rack (1.1.0)
rails (2.3.8)
actionmailer (= 2.3.8)
actionpack (= 2.3.8)
activerecord (= 2.3.8)
activeresource (= 2.3.8)
activesupport (= 2.3.8)
rake (>= 0.8.3)
rake (0.8.7)
rspec (1.2.9)
rspec-rails (1.2.9)
rack (>= 1.0.0)
rspec (>= 1.2.9)
term-ansicolor (1.0.5)
trollop (1.16.2)

PLATFORMS
ruby

DEPENDENCIES
cucumber (= 0.8.3)
cucumber_factory!
rails (= 2.3.8)
rspec (= 1.2.9)
rspec-rails (= 1.2.9)

0 comments on commit bee395c

Please sign in to comment.