Skip to content

Commit

Permalink
- update fpm to 0.0.19; fixes a header bug where both content-length and
Browse files Browse the repository at this point in the history
  transfer-encoding would be incorrectly specified (LOGSTASH-487, and
  LOGSTASH-483)
  • Loading branch information
jordansissel committed Jun 6, 2012
1 parent 4f24cac commit 41662ff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "mail" #outputs/email, # License: MIT License

gem "minitest" # License: Ruby
gem "rack" # License: MIT
gem "ftw", "~> 0.0.13" # License: Apache 2.0
gem "ftw", "~> 0.0.19" # License: Apache 2.0
gem "sinatra" # License: MIT-style
gem "haml" # License: MIT
gem "sass" # License: MIT
Expand Down
39 changes: 23 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@ GEM
backports (2.3.0)
beefcake (0.3.7)
bouncy-castle-java (1.5.0146.1)
bson (1.6.2-java)
bson (1.6.4)
bson (1.6.4-java)
bunny (0.7.9)
cabin (0.4.1)
cabin (0.4.4)
json
excon (0.13.4)
excon (0.14.0)
ffi (1.0.11)
ffi (1.0.11-java)
ffi-rzmq (0.9.0)
filewatch (0.3.3)
ftw (0.0.18)
ftw (0.0.19)
addressable (= 2.2.6)
backports (= 2.3.0)
cabin (> 0)
Expand All @@ -30,14 +32,14 @@ GEM
gelfd (0.2.0)
gmetric (0.1.3)
haml (3.1.6)
heroku (2.26.2)
heroku-api (~> 0.2.1)
heroku (2.26.6)
heroku-api (~> 0.2.4)
launchy (>= 0.3.2)
netrc (~> 0.7.2)
rest-client (~> 1.6.1)
rubyzip
heroku-api (0.2.1)
excon (~> 0.13.3)
heroku-api (0.2.4)
excon (~> 0.14.0)
http_parser.rb (0.5.3-java)
httparty (0.8.3)
multi_json (~> 1.0)
Expand All @@ -48,7 +50,10 @@ GEM
jruby-elasticsearch (0.0.13)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
jruby-win32ole (0.8.5)
json (1.6.5-java)
launchy (2.1.0)
addressable (~> 2.2.6)
launchy (2.1.0-java)
addressable (~> 2.2.6)
ffi (~> 1.0.9)
Expand All @@ -62,19 +67,20 @@ GEM
minitest (3.0.1)
mocha (0.11.4)
metaclass (~> 0.0.1)
mongo (1.6.2)
bson (~> 1.6.2)
mongo (1.6.4)
bson (~> 1.6.4)
mtrc (0.0.4)
multi_json (1.3.6)
multi_xml (0.5.1)
netrc (0.7.2)
nokogiri (1.5.2-java)
netrc (0.7.4)
nokogiri (1.5.3)
nokogiri (1.5.3-java)
onstomp (1.0.6)
polyglot (0.3.3)
rack (1.4.1)
rack-protection (1.2.0)
rack
redis (3.0.0)
redis (3.0.1)
rest-client (1.6.7)
mime-types (>= 1.16)
riemann-client (0.0.6)
Expand Down Expand Up @@ -108,19 +114,20 @@ PLATFORMS
DEPENDENCIES
aws-sdk
bunny
cabin (= 0.4.1)
cabin (= 0.4.4)
ffi
ffi-rzmq (= 0.9.0)
filewatch (= 0.3.3)
ftw (~> 0.0.13)
gelf
ftw (~> 0.0.19)
gelf (= 1.3.2)
gelfd (= 0.2.0)
gmetric (= 0.1.3)
haml
heroku
jls-grok (= 0.10.6)
jruby-elasticsearch (= 0.0.13)
jruby-openssl
jruby-win32ole
json
mail
minitest
Expand Down

0 comments on commit 41662ff

Please sign in to comment.