summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-18 13:37:52 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-18 14:21:02 -0700
commit4ac5018092e0dcd4fefa1813cc99ce7cc393b2f2 (patch)
tree0c1ec15e4c92e49abc5adebbaadfe7cf6d9c62c4 /Gemfile
parent9971604ce1556585552a95c937f59355316f3294 (diff)
downloadchef-4ac5018092e0dcd4fefa1813cc99ce7cc393b2f2.tar.gz
Don't update fips serverspec Gemfile.lock
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 74099131ea..d80f33f2ad 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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