Skip to content

Commit

Permalink
Merge branch 'RemoteCTO-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 7, 2025
2 parents 507df57 + d61b1b7 commit 5c53dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hutch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'carrot-top', '~> 0.0.7'
gem.add_runtime_dependency 'multi_json', '~> 1.15'
gem.add_runtime_dependency 'activesupport', '>= 4.2'
gem.add_runtime_dependency 'ostruct', '~> 0.6'

gem.name = 'hutch'
gem.summary = 'Opinionated asynchronous inter-service communication using RabbitMQ'
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
require 'raven'
require 'hutch'
require 'logger'
require 'ostruct'

# set logger to be a null logger
Hutch::Logging.logger = Logger.new(File::NULL)
Expand Down

0 comments on commit 5c53dbf

Please sign in to comment.