diff --git a/Gemfile b/Gemfile index 5538f21c..1408b827 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ gemspec gem "logger", "< 1.6" # 1.6 causes errors with mixlib-log < 3.1.1 gem "chefspec" +gem "appbundler" group :test do gem "rake" @@ -27,7 +28,6 @@ group :development do gem "pry" gem "pry-byebug" gem "rb-readline" - gem "appbundler" end group :profile do diff --git a/habitat/plan.ps1 b/habitat/plan.ps1 index a503213c..9850ed15 100644 --- a/habitat/plan.ps1 +++ b/habitat/plan.ps1 @@ -45,7 +45,7 @@ function Invoke-Build { $env:GEM_HOME = "$HAB_CACHE_SRC_PATH/$pkg_dirname/vendor" Write-BuildLine " ** Configuring bundler for this build environment" - bundle config --local without integration deploy maintenance + bundle config --local without integration deploy maintenance test development profile bundle config --local jobs 4 bundle config --local retry 5 bundle config --local silence_root_warning 1 diff --git a/habitat/plan.sh b/habitat/plan.sh index c608ab6d..f7fdde12 100644 --- a/habitat/plan.sh +++ b/habitat/plan.sh @@ -38,7 +38,7 @@ do_build() { build_line "Setting GEM_PATH=$GEM_HOME" export GEM_PATH="$GEM_HOME" - bundle config --local without integration deploy maintenance + bundle config --local without integration deploy maintenance test development profile bundle config --local jobs 4 bundle config --local retry 5 bundle config --local silence_root_warning 1