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

Commit

Permalink
Update warden with latest dependencies
Browse files Browse the repository at this point in the history
Bump everything

Signed-off-by: Michael Fraenkel <fraenkel@us.ibm.com>
  • Loading branch information
ScarletTanager authored and Michael Fraenkel committed Jan 8, 2016
1 parent 3916db2 commit 4d9d432
Show file tree
Hide file tree
Showing 25 changed files with 716 additions and 715 deletions.
8 changes: 4 additions & 4 deletions warden/Gemfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
source "http://rubygems.org"

gem "rake"
gem "steno", "~> 0.0.15", :git => 'https://github.com/cloudfoundry/steno.git'
gem "steno", :git => 'https://github.com/cloudfoundry/steno.git'
gem "membrane", :git => 'https://github.com/cloudfoundry/membrane.git'
gem "eventmachine", "1.0.3"
gem "em-posix-spawn", :git => 'https://github.com/cloudfoundry/common.git'
gem "eventmachine", "~> 1.0"
gem "em-posix-spawn", :path => '../em-posix-spawn'
gem "yajl-ruby"
gem "pidfile"

gem "warden-protocol", :path => "../warden-protocol"
gem "warden-client", :path => "../warden-client"

group :spec do
gem "rspec", "~> 2.11.0"
gem "rspec", "~> 3.0"
end
79 changes: 37 additions & 42 deletions warden/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
GIT
remote: https://github.com/cloudfoundry/common.git
revision: 6554ce1c83b73a945855bcbb18fbb3b1602a1a5a
specs:
em-posix-spawn (0.1.10)
eventmachine
posix-spawn

GIT
remote: https://github.com/cloudfoundry/membrane.git
revision: b33b45c7b8a89af2b40aae1e1cb16e394877681f
revision: 1eeadcf64c20d94e61379707c20b16d3d9a26d87
specs:
membrane (0.0.3)
membrane (1.1.0)

GIT
remote: https://github.com/cloudfoundry/steno.git
revision: e71a658f05b7cbf54006c3cc29db752cdfb192df
revision: e0e7bb5cff8430e205f677ade927d4e488ebee10
specs:
steno (0.0.15)
grape
yajl-ruby
steno (1.2.4)
fluent-logger
yajl-ruby (~> 1.0)

PATH
remote: ../em-posix-spawn
specs:
em-posix-spawn (0.1.10)
eventmachine
posix-spawn

PATH
remote: ../warden-client
Expand All @@ -36,47 +35,43 @@ GEM
remote: http://rubygems.org/
specs:
beefcake (1.0.0)
diff-lcs (1.1.3)
eventmachine (1.0.3)
grape (0.2.1)
hashie (~> 1.2)
multi_json
multi_xml
rack
rack-mount
hashie (1.2.0)
multi_json (1.3.6)
multi_xml (0.5.1)
diff-lcs (1.2.5)
eventmachine (1.0.8)
fluent-logger (0.5.1)
msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
msgpack (0.5.12)
pidfile (0.3.0)
posix-spawn (0.3.6)
rack (1.4.1)
rack-mount (0.8.3)
rack (>= 1.0.0)
rake (0.9.2.2)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
posix-spawn (0.3.11)
rake (10.4.2)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-core (3.4.1)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
yajl-ruby (1.2.1)

PLATFORMS
ruby

DEPENDENCIES
em-posix-spawn!
eventmachine (= 1.0.3)
eventmachine (~> 1.0)
membrane!
pidfile
rake
rspec (~> 2.11.0)
steno (~> 0.0.15)!
rspec (~> 3.0)
steno!
warden-client!
warden-protocol!
yajl-ruby

BUNDLED WITH
1.10.6
1.11.2
Loading

0 comments on commit 4d9d432

Please sign in to comment.