Skip to content

Commit

Permalink
Adding bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Aug 18, 2011
1 parent d8753af commit 6dd8793
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
@@ -0,0 +1,3 @@
source :rubygems

gem "cucumber"
21 changes: 21 additions & 0 deletions Gemfile.lock
@@ -0,0 +1,21 @@
GEM
remote: http://rubygems.org/
specs:
builder (3.0.0)
cucumber (1.0.2)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.5)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
diff-lcs (1.1.2)
gherkin (2.4.11)
json (>= 1.4.6)
json (1.5.3)
term-ansicolor (1.0.6)

PLATFORMS
ruby

DEPENDENCIES
cucumber

0 comments on commit 6dd8793

Please sign in to comment.