Skip to content

Commit

Permalink
update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Jun 30, 2011
1 parent ce760ae commit 6832ccd
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
25 changes: 10 additions & 15 deletions Gemfile.lock
@@ -1,9 +1,8 @@
GEM
remote: http://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
builder (3.0.0)
columnize (0.3.2)
columnize (0.3.3)
cucumber (1.0.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
Expand All @@ -14,9 +13,10 @@ GEM
gherkin (2.4.1)
json (>= 1.4.6)
json (1.5.3)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
linecache (0.46)
rbx-require-relative (> 0.0.4)
rake (0.8.7)
rbx-require-relative (0.0.5)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand All @@ -25,16 +25,11 @@ GEM
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
term-ansicolor (1.0.5)

PLATFORMS
Expand All @@ -44,4 +39,4 @@ DEPENDENCIES
cucumber (~> 1.0.0)
rake
rspec (~> 2.6)
ruby-debug19
ruby-debug
43 changes: 31 additions & 12 deletions features/gemfiles/rails3.0/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: /Users/timcharper/projects/spork
specs:
spork (0.9.0.rc7)
spork (0.9.0.rc8)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -35,32 +35,43 @@ GEM
activesupport (3.0.7)
arel (2.0.9)
builder (2.1.2)
capybara (1.0.0)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 0.2.0)
xpath (~> 0.1.4)
childprocess (0.1.9)
ffi (~> 1.0.6)
columnize (0.3.2)
cucumber (0.10.2)
cucumber (1.0.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (>= 2.3.5)
gherkin (~> 2.4.1)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
cucumber-rails (0.4.1)
cucumber (>= 0.10.1)
nokogiri (>= 1.4.4)
rack-test (>= 0.5.7)
cucumber-rails (1.0.2)
capybara (>= 1.0.0)
cucumber (~> 1.0.0)
nokogiri (>= 1.4.6)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
gherkin (2.3.7)
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)
i18n (0.5.0)
json (1.5.1)
json (1.5.3)
json_pure (1.5.3)
linecache (0.43)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
nokogiri (1.4.4)
nokogiri (1.4.6)
polyglot (0.3.1)
rack (1.2.2)
rack-mount (0.6.14)
Expand Down Expand Up @@ -99,19 +110,27 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
rubyzip (0.9.4)
selenium-webdriver (0.2.2)
childprocess (>= 0.1.9)
ffi (>= 1.0.7)
json_pure
rubyzip
sqlite3-ruby (1.2.5)
term-ansicolor (1.0.5)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.27)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
cucumber (= 0.10.2)
cucumber-rails (= 0.4.1)
cucumber (~> 1.0.0)
cucumber-rails (~> 1.0.0)
rails (= 3.0.7)
rspec (= 2.5.0)
rspec-rails (= 2.5.0)
Expand Down

0 comments on commit 6832ccd

Please sign in to comment.