Skip to content

Commit

Permalink
The mime must die
Browse files Browse the repository at this point in the history
We don't use this gem and pinning it is causing problems
with other things (chef-server). The issue is that
chef-server-ctl things are using rest-client, which requires
mime-types < 3.
  • Loading branch information
jaym committed Dec 7, 2015
1 parent fa5ab03 commit 43c169d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ohai.gemspec
Expand Up @@ -15,7 +15,6 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.0.0"

s.add_dependency "mime-types", "~> 3.0"
s.add_dependency "systemu", "~> 2.6.4"
s.add_dependency "ffi-yajl", "~> 2.2"
s.add_dependency "mixlib-cli"
Expand Down

0 comments on commit 43c169d

Please sign in to comment.