Skip to content

Commit

Permalink
Updated systemu to 2.4.1
Browse files Browse the repository at this point in the history
Resolves ruby 1.9.3 deprecated notices
  • Loading branch information
seryl committed Nov 24, 2011
1 parent acc9b93 commit d7d59c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ohai.gemspec
Expand Up @@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
s.homepage = "http://wiki.opscode.com/display/chef/Ohai" s.homepage = "http://wiki.opscode.com/display/chef/Ohai"


s.add_dependency "yajl-ruby" s.add_dependency "yajl-ruby"
s.add_dependency "systemu", "~> 2.2.0" s.add_dependency "systemu", "~> 2.4.1"
s.add_dependency "mixlib-cli" s.add_dependency "mixlib-cli"
s.add_dependency "mixlib-config" s.add_dependency "mixlib-config"
s.add_dependency "mixlib-log" s.add_dependency "mixlib-log"
Expand Down

0 comments on commit d7d59c9

Please sign in to comment.