diff options
author | John Keiser <john@johnkeiser.com> | 2016-04-19 09:05:59 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-04-19 11:38:26 -0700 |
commit | 0ce002d47405c0178b1016a8d803e13e5cfd823e (patch) | |
tree | 53f021322cdf9e864f700abf478da66027ccb1f5 /Gemfile | |
parent | 02ec1e15c6ca5166161e2a1fb33d8d8ffefa3dc5 (diff) | |
download | chef-0ce002d47405c0178b1016a8d803e13e5cfd823e.tar.gz |
Re-add activesupport testsjk/activesupport-tests
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |