summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-04-19 09:05:59 -0700
committerJohn Keiser <john@johnkeiser.com>2016-04-19 11:38:26 -0700
commit0ce002d47405c0178b1016a8d803e13e5cfd823e (patch)
tree53f021322cdf9e864f700abf478da66027ccb1f5 /Gemfile
parent02ec1e15c6ca5166161e2a1fb33d8d8ffefa3dc5 (diff)
downloadchef-0ce002d47405c0178b1016a8d803e13e5cfd823e.tar.gz
Re-add activesupport testsjk/activesupport-tests
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dd097652c2..c3a40d179d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -16,7 +16,6 @@ Dir.glob("chef-*.gemspec").each do |gemspec_filename|
end
gemspec name: gemspec_name
-gem "activesupport", "< 4.0.0", group: :compat_testing, platform: "ruby"
gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.exist?(File.expand_path("../chef-config", __FILE__))
# Ensure that we can always install rake, regardless of gem groups
gem "rake"