diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-18 13:37:52 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-18 14:21:02 -0700 |
commit | 4ac5018092e0dcd4fefa1813cc99ce7cc393b2f2 (patch) | |
tree | 0c1ec15e4c92e49abc5adebbaadfe7cf6d9c62c4 /Gemfile | |
parent | 9971604ce1556585552a95c937f59355316f3294 (diff) | |
download | chef-4ac5018092e0dcd4fefa1813cc99ce7cc393b2f2.tar.gz |
Don't update fips serverspec Gemfile.lock
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -64,11 +64,9 @@ group(:linux, :bsd, :mac_os_x, :solaris, :windows) do # may need to disable this in insolation on fussy builds like AIX, RHEL4, etc gem "ruby-prof" end -unless $chef_platform == "windows" - # Everything except AIX and Windows - group(:linux, :bsd, :mac_os_x, :solaris) do - gem "ruby-shadow" - end +# Everything except AIX and Windows +group(:linux, :bsd, :mac_os_x, :solaris) do + gem "ruby-shadow" end group(:development, :test) do |