Skip to content

Commit

Permalink
Merge pull request #264 from petems/remove_hashie_warning
Browse files Browse the repository at this point in the history
Fixes hashie warning for methods
  • Loading branch information
petems authored Mar 18, 2017
2 parents c46525a + 7e1d624 commit 71658dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tugboat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
require 'tugboat/version'
require 'json'

# TODO: do this properly
# See: https://github.com/intridea/hashie/issues/394
require 'hashie'
require 'hashie/logger'
Hashie.logger = Logger.new(nil)

module Tugboat
end
1 change: 1 addition & 0 deletions tugboat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'barge', '0.12.0'
gem.add_dependency 'middleware', '0.1.0'
gem.add_dependency 'faraday', '0.11.0'
gem.add_dependency 'hashie', '3.5.5'

gem.add_development_dependency 'rake', '< 11.0'
gem.add_development_dependency 'rspec-core', '~> 2.14.0'
Expand Down

0 comments on commit 71658dd

Please sign in to comment.