mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-12 22:21:36 +02:00
committed by
GitHub
parent
71b00c33df
commit
a57fbf26b0
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -94225,6 +94225,9 @@ class GemfileLock extends default_1.DefaultUpdater {
|
|||||||
* @returns {string} The updated content
|
* @returns {string} The updated content
|
||||||
*/
|
*/
|
||||||
updateContent(content) {
|
updateContent(content) {
|
||||||
|
if (!this.gemName) {
|
||||||
|
return content;
|
||||||
|
}
|
||||||
// Bundler will convert 1.0.0-alpha1 to 1.0.0.pre.alpha1, so we need to
|
// Bundler will convert 1.0.0-alpha1 to 1.0.0.pre.alpha1, so we need to
|
||||||
// do the same here.
|
// do the same here.
|
||||||
const versionString = (0, common_1.resolveRubyGemfileLockVersion)(this.version.toString());
|
const versionString = (0, common_1.resolveRubyGemfileLockVersion)(this.version.toString());
|
||||||
@@ -120948,7 +120951,7 @@ module.exports = {};
|
|||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
module.exports = {"i8":"15.1.1"};
|
module.exports = {"i8":"15.1.2"};
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user