Skip to content

Commit

Permalink
removed kitchen-dokken gem dep using git kitchen-dokken
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Nov 5, 2024
1 parent 64c64ff commit 0abcca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ source "https://rubygems.org"
gemspec
gem "appbundler"
gem "pry"
gem "kitchen-dokken", git: "https://github.com/chef/kitchen-dokken", branch: "test_kitchen_dep_change"
gem "kitchen-inspec", git: "https://github.com/inspec/kitchen-inspec", branch: "temp-point-to-chef-test-kitchen-ent"

group :test do
gem "rake"
gem "rb-readline"
Expand All @@ -17,8 +20,6 @@ end

group :integration do
gem "chef-cli"
gem "kitchen-dokken"
gem "kitchen-inspec"
gem "kitchen-vagrant"
end

Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ do_build() {
build_line "Installing gems from git repos properly ..."
build_line "Installing this project's gems ..."
bundle exec rake install:local
gem install chef-utils chef-config appbundler aruba kitchen-dokken
gem install chef-utils chef-config appbundler aruba
)
}

Expand Down

0 comments on commit 0abcca2

Please sign in to comment.