ultimate-jekyll-manager 0.0.211 → 0.0.212

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -215,7 +215,8 @@ async function ensureBundlerVersion() {
215
215
 
216
216
  // Check if we need to update
217
217
  if (!isUpToDate) {
218
- throw new Error(`Bundler version is out-of-date. Required version is ${requiredVersion}.`);
218
+ logger.log(`Bundler is out-of-date. Installing version ${requiredVersion}...`);
219
+ await execute(`gem install bundler -v ${requiredVersion}`, { log: true });
219
220
  }
220
221
  }
221
222
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.211",
3
+ "version": "0.0.212",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {