We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ec3f4 commit 0ed5494Copy full SHA for 0ed5494
test/dummy/db/seeds.rb
@@ -53,7 +53,7 @@ module Shipit
53
]
54
},
55
"override": [
56
- "bundle check --path=/tmp/bundler || bundle install --frozen --path=/tmp/bundler --retry=2 --without=default:production:development:test:staging:benchmark:debug"
+ "bundle check --path=/tmp/bundler || bundle config set frozen false || bundle install --path=/tmp/bundler --retry=2 --without=default:production:development:test:staging:benchmark:debug"
57
58
59
"fetch": [
0 commit comments