gitlabci-bundle-update-mr 1.1.1.beta1 → 1.1.1.beta2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43c23ddfbd60f3eddda8256f56b139c32cee0685c155ed96b0c5eaf8f4d55a2f
|
4
|
+
data.tar.gz: 223cbbb991fe9f72727882ac2779f4b9b4cea3459aa43596b618349e2da0530c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa165b2b4c2c4d0b34ec8c4cc16d07fa5268aad0a33096c36ca9d5d10597e0993c765abf61a194c5b37dc6717c3fc2e9c5f4e8328579cecee1f1bd5bb33f1f5b
|
7
|
+
data.tar.gz: d033c4d7cfd586dc71c92c4d6046f6f8c82face9753d6fe9b8ee36fb8fa40ccaf299934f1c7feba04975a914e199e6da98ccf59cf89d886b2c33400776304d14
|
data/Gemfile.lock
CHANGED
@@ -16,7 +16,7 @@ continuous_bundle_update:
|
|
16
16
|
|
17
17
|
script:
|
18
18
|
- bundle install --path vendor/bundle --clean
|
19
|
-
- gem install --no-doc gitlabci-bundle-update-mr
|
19
|
+
- gem install --no-doc gitlabci-bundle-update-mr --prerelease
|
20
20
|
- |
|
21
21
|
if [ -n "$ASSIGNEES" ]; then
|
22
22
|
OPTIONS="--assignees $ASSIGNEES $OPTIONS"
|