Skip to content

Commit

Permalink
Updated gems
Browse files Browse the repository at this point in the history
Change-Id: I6e25e17ae9c80d8132fa93554e83ccac1a0e2ab3
  • Loading branch information
joeldsa committed Mar 2, 2012
1 parent 67a8219 commit de3f478
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 7 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -26,4 +26,5 @@ group :test do
gem "ci_reporter"
end

gem 'vcap_common', :require => ['vcap/common', 'vcap/component']
gem "vcap_logging"
28 changes: 21 additions & 7 deletions Gemfile.lock
Expand Up @@ -5,11 +5,18 @@ GEM
builder (3.0.0)
ci_reporter (1.7.0)
builder (>= 2.1.2)
daemons (1.1.6)
daemons (1.1.8)
diff-lcs (1.1.3)
eventmachine (0.12.10)
multi_json (1.0.4)
pg (0.12.2)
eventmachine (0.12.11.cloudfoundry.3)
json_pure (1.6.5)
multi_json (1.1.0)
nats (0.4.22.beta.8)
daemons (>= 1.1.4)
eventmachine (>= 0.12.10)
json_pure (>= 1.6.1)
thin (>= 1.3.1)
pg (0.13.2)
posix-spawn (0.3.6)
rack (1.4.1)
rack-protection (1.2.0)
rack
Expand All @@ -24,9 +31,9 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
sequel (3.32.0)
simplecov (0.5.4)
multi_json (~> 1.0.3)
sequel (3.33.0)
simplecov (0.6.1)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sinatra (1.3.2)
Expand All @@ -40,6 +47,12 @@ GEM
rack (>= 1.0.0)
tilt (1.3.3)
uuidtools (2.1.2)
vcap_common (1.0.8)
eventmachine (~> 0.12.11.cloudfoundry.3)
nats (~> 0.4.22.beta.8)
posix-spawn (~> 0.3.6)
thin (~> 1.3.1)
yajl-ruby (~> 0.8.3)
vcap_logging (0.1.4)
rake
yajl-ruby (0.8.3)
Expand All @@ -60,5 +73,6 @@ DEPENDENCIES
sqlite3
thin
uuidtools
vcap_common
vcap_logging
yajl-ruby (~> 0.8.3)
Binary file removed vendor/cache/daemons-1.1.6.gem
Binary file not shown.
Binary file added vendor/cache/daemons-1.1.8.gem
Binary file not shown.
Binary file removed vendor/cache/eventmachine-0.12.10.gem
Binary file not shown.
Binary file not shown.
Binary file added vendor/cache/json_pure-1.6.5.gem
Binary file not shown.
Binary file removed vendor/cache/multi_json-1.0.4.gem
Binary file not shown.
Binary file added vendor/cache/multi_json-1.1.0.gem
Binary file not shown.
Binary file added vendor/cache/nats-0.4.22.beta.8.gem
Binary file not shown.
Binary file removed vendor/cache/pg-0.12.2.gem
Binary file not shown.
Binary file added vendor/cache/pg-0.13.2.gem
Binary file not shown.
Binary file added vendor/cache/posix-spawn-0.3.6.gem
Binary file not shown.
Binary file removed vendor/cache/sequel-3.32.0.gem
Binary file not shown.
Binary file added vendor/cache/sequel-3.33.0.gem
Binary file not shown.
Binary file removed vendor/cache/simplecov-0.5.4.gem
Binary file not shown.
Binary file added vendor/cache/simplecov-0.6.1.gem
Binary file not shown.
Binary file added vendor/cache/vcap_common-1.0.8.gem
Binary file not shown.

0 comments on commit de3f478

Please sign in to comment.