summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-02-19 16:28:36 -0800
committerGitHub <noreply@github.com>2020-02-19 16:28:36 -0800
commit5519af20d006ac3f325a8d2923f96992ecd8fe2a (patch)
treea709ed844552403f89536ed13fb8dd46d1e11a44
parentae5c72dd28bd3afd4c062f4c804578302264695f (diff)
parente3882f90320166eca56431a153abfe94ccb805a6 (diff)
downloadchef-5519af20d006ac3f325a8d2923f96992ecd8fe2a.tar.gz
Merge pull request #9379 from chef/lcg/cheffish-constraint
Relax the cheffish constraint
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 287fff159b..8643a7d415 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,7 +20,7 @@ else
gem "chef-bin" # rubocop:disable Bundler/DuplicatedGem
end
-gem "cheffish", "~> 14"
+gem "cheffish", ">= 14"
group(:omnibus_package) do
gem "appbundler"