Skip to content

Commit

Permalink
Warbler: get us to the point where it only dies horribly because it's…
Browse files Browse the repository at this point in the history
… pointed to the wrong Cassandra
  • Loading branch information
Noah Gibbs committed Nov 21, 2012
1 parent 86d8af8 commit 81c8658
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/warble.rb
Expand Up @@ -141,7 +141,7 @@

# Include gem dependencies not mentioned specifically. Default is
# true, uncomment to turn off.
#config.gem_dependencies = false
config.gem_dependencies = false

# Array of regular expressions matching relative paths in gems to be
# excluded from the war. Defaults to empty, but you can set it like
Expand Down
1 change: 0 additions & 1 deletion hastur-server.gemspec
Expand Up @@ -61,5 +61,4 @@ EOS
s.add_runtime_dependency "hastur-rack", "~>0.0.10"
s.add_runtime_dependency "unicorn" unless RUBY_PLATFORM == "java"
s.add_runtime_dependency("jruby-astyanax", "~>0.0.4") if RUBY_PLATFORM == "java"
s.add_runtime_dependency "jbundler" if RUBY_PLATFORM == "java" # TODO: remove jbundler
end

0 comments on commit 81c8658

Please sign in to comment.