summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Hain <shain@chef.io>2017-02-08 14:21:49 -0800
committerScott Hain <shain@chef.io>2017-02-08 14:21:49 -0800
commita8aa6f8df605e63c53783e289713585a82f32650 (patch)
treea01c9ce0a9de7e6948d16b538303c1a0819b5518
parenta0e1e89b5c4c8dc4fc9c20816e8108018c96fb21 (diff)
downloadchef-a8aa6f8df605e63c53783e289713585a82f32650.tar.gz
Unfortunately the builds don't match
Signed-off-by: Scott Hain <shain@chef.io>
-rw-r--r--Gemfile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Gemfile b/Gemfile
index b137dae01d..b8714ce9ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -58,16 +58,6 @@ group(:maintenance) do
gem "netrc"
end
-# Everything except AIX
-group(:linux, :bsd, :mac_os_x, :solaris, :windows, :ruby_prof) do
- # may need to disable this in insolation on fussy builds like AIX, RHEL4, etc
- gem "ruby-prof"
-end
-# Everything except AIX and Windows
-group(:linux, :bsd, :mac_os_x, :solaris, :ruby_shadow) do
- gem "ruby-shadow", platforms: :ruby
-end
-
group(:development, :test) do
gem "simplecov"