Skip to content

Commit

Permalink
bump cc to latest gems
Browse files Browse the repository at this point in the history
including:
* stager 1.0.7
* vcap_common 1.0.3
* nats 0.4.22.beta.4
* thin 1.3.1

Change-Id: Ic2e6b5f581b4126f9f744022262bf474d17ba985
  • Loading branch information
Patrick Bozeman committed Jan 4, 2012
1 parent 2e12105 commit 7e53f50
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 23 deletions.
12 changes: 6 additions & 6 deletions cloud_controller/Gemfile
Expand Up @@ -3,18 +3,18 @@ source 'http://rubygems.org'
# Rails itself
gem 'rails', '~> 3.0.5'
# Message bus
gem 'nats', '>= 0.4.10', :require => 'nats/client'
gem 'nats', :require => 'nats/client'

gem 'logging', '>= 1.5.0'

# VCAP common components
gem 'vcap_common', '~> 1.0.1', :require => ['vcap/common', 'vcap/component']
gem 'vcap_common', :require => ['vcap/common', 'vcap/component']
gem 'vcap_logging', :require => ['vcap/logging']
gem 'vcap_staging', '~> 0.1.30'
gem 'vcap_staging'

# For queuing staging tasks
gem 'em-hiredis'
gem 'vcap_stager', '~> 0.1.6'
gem 'vcap_stager', '~> 0.1.7'

# Databases
gem 'sqlite3'
Expand All @@ -34,8 +34,8 @@ group :production do
end

# EventMachine and async support
gem 'eventmachine', '~> 0.12.11.cloudfoundry.2'
gem 'thin', '~> 1.2.11'
gem 'eventmachine'
gem 'thin'
gem 'em-http-request', '~> 1.0.0.beta.3', :require => 'em-http'
gem 'em-redis', '~> 0.3.0', :require => nil
gem 'rack-fiber_pool', '~> 0.9.1', :require => nil
Expand Down
35 changes: 18 additions & 17 deletions cloud_controller/Gemfile.lock
Expand Up @@ -36,7 +36,7 @@ GEM
chronic (0.6.4)
ci_reporter (1.6.4)
builder (>= 2.1.2)
daemons (1.1.4)
daemons (1.1.5)
delorean (1.1.0)
chronic
diff-lcs (1.1.3)
Expand All @@ -57,7 +57,7 @@ GEM
hiredis (0.3.2)
http_parser.rb (0.5.1)
i18n (0.5.0)
json_pure (1.6.3)
json_pure (1.6.4)
little-plugger (1.1.3)
logging (1.6.1)
little-plugger (>= 1.1.2)
Expand All @@ -69,15 +69,16 @@ GEM
mime-types (1.16)
mocha (0.9.12)
mysql2 (0.2.7)
nats (0.4.10)
daemons (>= 1.1.0)
nats (0.4.22.beta.4)
daemons (>= 1.1.4)
eventmachine (>= 0.12.10)
json_pure (>= 1.5.1)
json_pure (>= 1.6.1)
thin (>= 1.3.1)
nokogiri (1.4.7)
pg (0.10.1)
polyglot (0.3.1)
posix-spawn (0.3.6)
rack (1.2.4)
rack (1.2.5)
rack-fiber_pool (0.9.1)
rack-mount (0.6.14)
rack (>= 1.0.0)
Expand Down Expand Up @@ -118,7 +119,7 @@ GEM
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.3)
thin (1.2.11)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
Expand All @@ -128,15 +129,15 @@ GEM
polyglot (>= 0.3.1)
tzinfo (0.3.26)
uuidtools (2.1.2)
vcap_common (1.0.1)
vcap_common (1.0.3)
eventmachine (~> 0.12.11.cloudfoundry.3)
logging (>= 1.5.0)
nats (~> 0.4.10)
nats (~> 0.4.22.beta.4)
posix-spawn (~> 0.3.6)
thin (~> 1.2.11)
thin (~> 1.3.1)
yajl-ruby (~> 0.8.3)
vcap_logging (0.1.3)
vcap_stager (0.1.6)
vcap_stager (0.1.7)
vcap_staging (0.1.30)
nokogiri (>= 1.4.4)
rake
Expand All @@ -156,11 +157,11 @@ DEPENDENCIES
em-hiredis
em-http-request (~> 1.0.0.beta.3)
em-redis (~> 0.3.0)
eventmachine (~> 0.12.11.cloudfoundry.2)
eventmachine
logging (>= 1.5.0)
mocha
mysql2 (>= 0.2.6)
nats (>= 0.4.10)
nats
nokogiri (~> 1.4.4)
pg
rack-fiber_pool (~> 0.9.1)
Expand All @@ -172,10 +173,10 @@ DEPENDENCIES
ruby-hmac (~> 0.4.0)
sinatra
sqlite3
thin (~> 1.2.11)
thin
uuidtools (~> 2.1.2)
vcap_common (~> 1.0.1)
vcap_common
vcap_logging
vcap_stager (~> 0.1.6)
vcap_staging (~> 0.1.30)
vcap_stager (~> 0.1.7)
vcap_staging
yajl-ruby (~> 0.8.3)
Binary file removed cloud_controller/vendor/cache/daemons-1.1.4.gem
Binary file not shown.
Binary file not shown.
Binary file removed cloud_controller/vendor/cache/json_pure-1.6.3.gem
Binary file not shown.
Binary file not shown.
Binary file removed cloud_controller/vendor/cache/nats-0.4.10.gem
Binary file not shown.
Binary file not shown.
Binary file removed cloud_controller/vendor/cache/rack-1.2.4.gem
Binary file not shown.
Binary file added cloud_controller/vendor/cache/rack-1.2.5.gem
Binary file not shown.
Binary file removed cloud_controller/vendor/cache/thin-1.2.11.gem
Binary file not shown.
Binary file added cloud_controller/vendor/cache/thin-1.3.1.gem
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 7e53f50

Please sign in to comment.