Skip to content

Commit

Permalink
update serverengine gem to 2.0.5
Browse files Browse the repository at this point in the history
* add the log_level option for serverengine
otherwise it gets resetted there
* for details what changed in serverengine, see
https://github.com/treasure-data/serverengine/blob/master/Changelog
  • Loading branch information
aiomaster committed Nov 3, 2017
1 parent aad37c9 commit 3f60fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/sneakers/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def make_serverengine_config
serverengine_config = Sneakers::CONFIG.merge(@conf)
serverengine_config.merge!(
:logger => Sneakers.logger,
:log_level => Sneakers.logger.level,
:worker_type => 'process',
:worker_classes => @worker_classes,

Expand Down
3 changes: 1 addition & 2 deletions sneakers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(/^bin/).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(/^(test|spec|features)\//)
gem.require_paths = ['lib']
gem.add_dependency 'serverengine', '~> 1.5.11'
gem.add_dependency 'serverengine', '~> 2.0.5'
gem.add_dependency 'bunny', '~> 2.7.1'
gem.add_dependency 'concurrent-ruby', '~> 1.0'
gem.add_dependency 'thor'
Expand All @@ -37,4 +37,3 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'minitest'
gem.add_development_dependency 'guard'
end

0 comments on commit 3f60fd5

Please sign in to comment.