Skip to content

Commit

Permalink
chore: build dist (#696)
Browse files Browse the repository at this point in the history
Build dist PR
  • Loading branch information
google-github-actions-bot authored Jan 18, 2023
1 parent 71b00c3 commit a57fbf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94225,6 +94225,9 @@ class GemfileLock extends default_1.DefaultUpdater {
* @returns {string} The updated 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
// do the same here.
const versionString = (0, common_1.resolveRubyGemfileLockVersion)(this.version.toString());
Expand Down Expand Up @@ -120948,7 +120951,7 @@ module.exports = {};
/***/ ((module) => {

"use strict";
module.exports = {"i8":"15.1.1"};
module.exports = {"i8":"15.1.2"};

/***/ }),

Expand Down

0 comments on commit a57fbf2

Please sign in to comment.