summaryrefslogtreecommitdiff
path: root/vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml')
-rw-r--r--vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml b/vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml
index a2517953178..ed5e27f5a8c 100644
--- a/vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml
+++ b/vendor/gems/devise-pbkdf2-encryptable/.gitlab-ci.yml
@@ -13,6 +13,8 @@ workflow:
- gem install bundler --no-document # Bundler is not installed with the image
- bundle config set --local path 'vendor' # Install dependencies into ./vendor/ruby
- bundle config set with 'development'
+ - bundle config set --local frozen 'true' # Disallow Gemfile.lock changes on CI
+ - bundle config # Show bundler configuration
- bundle install -j $(nproc)
script:
- bundle exec rspec