summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-03-21 15:29:08 -0700
committerJohn Keiser <john@johnkeiser.com>2016-03-21 16:26:40 -0700
commitcf22046b51c641be8338c669e871e292f4a6188f (patch)
tree5af3af84111bcbecdc6d5aa3660334a08337bb34 /Gemfile
parenta3f7e9cd52e8901cbfc5dfa3d93c032dec2ddb7e (diff)
downloadchef-cf22046b51c641be8338c669e871e292f4a6188f.tar.gz
Add version:bump and version:show tasks for version-bump-botjk/version-bumper
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 141d593266..e39a50a586 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ gemspec name: "chef"
gem "activesupport", "< 4.0.0", group: :compat_testing, platform: "ruby"
-gem "chef-config", path: "chef-config" if File.exist?(__FILE__ + "../chef-config")
+gem "chef-config", path: "chef-config" if File.exist?(File.expand_path("../chef-config", __FILE__))
# Ensure that we can always install rake, regardless of gem groups
gem "rake"