diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-20 07:22:22 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-20 07:22:22 -0700 |
commit | cabcd3379170c31d421ef40631d40734d3f4806a (patch) | |
tree | 566416d6af634585049824bc5ab76e89fd449808 /Gemfile | |
parent | 3d70714756bd315abd4fab9031c87aaed59ae5a2 (diff) | |
download | chef-cabcd3379170c31d421ef40631d40734d3f4806a.tar.gz |
SERIOUSLY don't install ruby-shadow on windows.jk/ruby-shadow-windows
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ group(:linux, :bsd, :mac_os_x, :solaris, :windows) do end # Everything except AIX and Windows group(:linux, :bsd, :mac_os_x, :solaris) do - gem "ruby-shadow" + gem "ruby-shadow", platforms: :ruby end group(:development, :test) do |