Skip to content

Commit

Permalink
Ensure we install rake in CI (version bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Jun 6, 2016
1 parent 059c2bc commit 1d1d3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "chef", path: "."

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"
gem "rake", group: [ :default, :omnibus_package, :development ]
gem "bundler"
gem "cheffish"

Expand Down
2 changes: 1 addition & 1 deletion ci/bundle_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -evx
gem environment
bundler_version=$(grep bundler omnibus_overrides.rb | cut -d'"' -f2)
gem install bundler -v $bundler_version --user-install
export BUNDLE_WITHOUT=default:omnibus_package:development:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows
export BUNDLE_WITHOUT=default:omnibus_package:test:pry:integration:docgen:maintenance:changelog:travis:aix:bsd:linux:mac_os_x:solaris:windows
bundle _${bundler_version}_ install

0 comments on commit 1d1d3b7

Please sign in to comment.