This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update warden with latest dependencies
Bump everything Signed-off-by: Michael Fraenkel <fraenkel@us.ibm.com>
- Loading branch information
1 parent
3916db2
commit 4d9d432
Showing
25 changed files
with
716 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.