Skip to content

Commit

Permalink
upgraded bundle to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Grippe authored and jaredatron committed Jan 9, 2012
1 parent d104dc5 commit 2bd5b1e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "http://rubygems.org"
gemspec

group :development, :test do
gem 'ruby-debug'
gem 'ruby-debug19'
end

group :test do
Expand Down
47 changes: 26 additions & 21 deletions Gemfile.lock
Expand Up @@ -6,34 +6,39 @@ PATH
GEM
remote: http://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
builder (3.0.0)
columnize (0.3.4)
cucumber (1.1.2)
columnize (0.3.6)
cucumber (1.1.4)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.6.2)
gherkin (~> 2.7.1)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
gherkin (2.6.7)
gherkin (2.7.2)
json (>= 1.4.6)
json (1.6.1)
linecache (0.46)
rbx-require-relative (> 0.0.4)
rbx-require-relative (0.0.5)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
json (1.6.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
rspec-mocks (2.8.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)
term-ansicolor (1.0.7)

PLATFORMS
Expand All @@ -43,4 +48,4 @@ DEPENDENCIES
cucumber
example_hobson_project!
rspec
ruby-debug
ruby-debug19

0 comments on commit 2bd5b1e

Please sign in to comment.