Skip to content

Commit

Permalink
Fix ruby-bundler with respect to BUNDLE_FROZEN (which is enabled in "…
Browse files Browse the repository at this point in the history
…ruby:onbuild" tags)
  • Loading branch information
tianon committed Jun 16, 2015
1 parent a6878f0 commit 6ac8a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/ruby-bundler/container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp Gemfile "$dir"

# make sure that running "bundle" twice doesn't change Gemfile.lock the second time
cd "$dir"
bundle
BUNDLE_FROZEN=0 bundle install
cp Gemfile.lock{,.orig}
bundle
BUNDLE_FROZEN=1 bundle install
diff -u Gemfile.lock{.orig,} >&2

0 comments on commit 6ac8a8b

Please sign in to comment.