Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
update base Gemfile
Browse files Browse the repository at this point in the history
This really doesn't matter because base isn't bundled as a gem
so this Gemfile isn't really used.  This is going to be a gem soon
though, so I update it rather than deleting it.

Change-Id: I9a69d3305ee74dd7f636c5b829f8b617846983ae
  • Loading branch information
Patrick Bozeman committed Jan 4, 2012
1 parent 90afc8f commit 867720a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions base/Gemfile
@@ -1,6 +1,6 @@
source "http://rubygems.org"

gem "nats", '>= 0.4.10'
gem "nats"
gem "datamapper", ">= 0.10.2"
gem "do_sqlite3", :require => nil
gem "eventmachine"
Expand All @@ -12,7 +12,7 @@ gem "em-http-request"
gem "sinatra"
gem "thin"

gem 'vcap_common', :require => ['vcap/common', 'vcap/component']
gem 'vcap_common', '~> 1.0.3', :require => ['vcap/common', 'vcap/component']
gem 'vcap_logging', '>=0.1.3', :require => ['vcap/logging']

group :test do
Expand Down
39 changes: 20 additions & 19 deletions base/Gemfile.lock
Expand Up @@ -6,7 +6,7 @@ GEM
builder (3.0.0)
ci_reporter (1.6.4)
builder (>= 2.1.2)
daemons (1.1.3)
daemons (1.1.5)
data_objects (0.10.3)
addressable (~> 2.1)
datamapper (1.1.0)
Expand Down Expand Up @@ -52,20 +52,21 @@ GEM
escape_utils
eventmachine (>= 0.12.9)
escape_utils (0.2.3)
eventmachine (0.12.10)
eventmachine (0.12.11.cloudfoundry.3)
eventmachine_httpserver (0.2.1)
fastercsv (1.5.4)
json (1.4.6)
json_pure (1.5.1)
little-plugger (1.1.2)
logging (1.5.0)
json_pure (1.6.4)
little-plugger (1.1.3)
logging (1.6.1)
little-plugger (>= 1.1.2)
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)
posix-spawn (0.3.6)
rack (1.2.2)
rack (1.4.0)
rake (0.8.7)
rcov (0.9.9)
rspec (2.5.0)
Expand All @@ -81,21 +82,21 @@ GEM
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
stringex (1.2.1)
thin (1.2.11)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.2.2)
uuidtools (2.1.2)
vcap_common (0.99)
eventmachine (~> 0.12.10)
vcap_common (1.0.3)
eventmachine (~> 0.12.11.cloudfoundry.3)
logging (>= 1.5.0)
nats
posix-spawn
thin
yajl-ruby
nats (~> 0.4.22.beta.4)
posix-spawn (~> 0.3.6)
thin (~> 1.3.1)
yajl-ruby (~> 0.8.3)
vcap_logging (0.1.3)
yajl-ruby (0.8.2)
yajl-ruby (0.8.3)

PLATFORMS
ruby
Expand All @@ -108,13 +109,13 @@ DEPENDENCIES
eventmachine
eventmachine_httpserver
json
nats (>= 0.4.10)
nats
rake
rcov
rspec
ruby-hmac
sinatra
thin
uuidtools
vcap_common
vcap_common (~> 1.0.3)
vcap_logging (>= 0.1.3)

0 comments on commit 867720a

Please sign in to comment.