Skip to content

Commit 0ed5494

Browse files
seeds
1 parent b4ec3f4 commit 0ed5494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dummy/db/seeds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module Shipit
5353
]
5454
},
5555
"override": [
56-
"bundle check --path=/tmp/bundler || bundle install --frozen --path=/tmp/bundler --retry=2 --without=default:production:development:test:staging:benchmark:debug"
56+
"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"
5757
]
5858
},
5959
"fetch": [

0 commit comments

Comments
 (0)