diff options
author | Lamont Granquist <lamont@opscode.com> | 2013-05-24 16:17:01 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@opscode.com> | 2013-05-24 16:17:01 -0700 |
commit | 6653711ba847988e816d7c3d8a16faa7610848d2 (patch) | |
tree | e73b88e70ddc70899fc78dba8541638f491aba3f /Gemfile | |
parent | ee3ece0a001db527e217529873c378371b0184c5 (diff) | |
download | chef-6653711ba847988e816d7c3d8a16faa7610848d2.tar.gz |
AIX also has no ruby shadow
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ end group(:development, :test) do gem 'rack', "~> 1.5.1" - gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(darwin|freebsd)/) + gem 'ruby-shadow', :platforms => :ruby unless RUBY_PLATFORM.downcase.match(/(darwin|freebsd|aix)/) # gem 'awesome_print' # gem 'pry' end |